BootstrapComponents.Components.Navs.NavSettings.Justify C# (CSharp) Method

Justify() public method

public Justify ( bool justified = true ) : NavSettings
justified bool
return NavSettings
        public NavSettings Justify(bool justified = true)
        {
            Justified = justified;
            return this;
        }