Class WrapPanel
Assembly: Ritchie.Toolbox.dll
public sealed class WrapPanel : ContainerWidget, IFontFamilyProvider, IInspectable, IContainerWidget
Properties
Declaration
public Direction Direction { get; set; }
Property Value
Declaration
public int SpacingX { get; set; }
Property Value
Declaration
public int SpacingY { get; set; }
Property Value
Methods
ArrangeChildren(IGuiContext, LayoutRect)
Declaration
protected override void ArrangeChildren(IGuiContext context, LayoutRect availableSpace)
Parameters
Overrides
GetContentSize(Point)
Declaration
protected override Point GetContentSize(Point availableSize)
Parameters
Type |
Name |
Description |
Point |
availableSize |
|
Returns
Overrides
Declaration
public override void Inspect(IInspector inspector)
Parameters
Overrides
Implements
Extension Methods