ComponentFactory.Krypton.Toolkit.ViewDrawSeparator.Layout C# (CSharp) Method

Layout() public method

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
return void
        public override void Layout(ViewLayoutContext context)
        {
            Debug.Assert(context != null);
            ClientRectangle = context.DisplayRectangle;
        }