ComponentFactory.Krypton.Toolkit.ViewLayoutSeparator.ViewLayoutSeparator C# (CSharp) Method

ViewLayoutSeparator() public method

Initialize a new instance of the ViewLayoutRibbonSeparator class.
public ViewLayoutSeparator ( int length ) : System
length int Length of the separator.
return System
        public ViewLayoutSeparator(int length)
            : this(length, length)
        {
        }

Same methods

ViewLayoutSeparator::ViewLayoutSeparator ( int width, int height ) : System