ComponentFactory.Krypton.Navigator.ViewLayoutInsetOverlap.ViewLayoutInsetOverlap C# (CSharp) Method

ViewLayoutInsetOverlap() public method

Initialize a new instance of the ViewLayoutInsetOverlap class.
public ViewLayoutInsetOverlap ( ViewDrawCanvas drawCanvas ) : System
drawCanvas ComponentFactory.Krypton.Toolkit.ViewDrawCanvas
return System
        public ViewLayoutInsetOverlap(ViewDrawCanvas drawCanvas)
        {
            Debug.Assert(drawCanvas != null);

            // Remember source of the rounding values
            _drawCanvas = drawCanvas;

            // Default other state
            _orientation = VisualOrientation.Top;
        }