BootstrapComponents.Components.Navbars.NavbarSettings.FixedBottom C# (CSharp) Method

FixedBottom() public method

public FixedBottom ( ) : NavbarSettings
return NavbarSettings
        public NavbarSettings FixedBottom()
        {
            return SetFixed(FixedPosition.Bottom);
        }