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

ViewLayoutDocker() public method

Initialize a new instance of the ViewLayoutDocker class.
public ViewLayoutDocker ( ) : System
return System
        public ViewLayoutDocker()
        {
            // Create child to dock style lookup
            _childDocking = new ViewDockStyleLookup();

            // Default state
            _fillRectangle = Rectangle.Empty;
            _orientation = VisualOrientation.Top;
            _maxBorderEdges = PaletteDrawBorders.All;
            _preferredSizeAll = false;
            _removeChildBorders = false;
            _ignoreRightToLeftLayout = false;
            _padding = Padding.Empty;
        }