FlexibleSpace
Definition
public static partial class DrawGUI
{
// Factory method
public static Scope FlexibleSpace(bool begin, bool end)
// Extension method (chaining)
public static Scope FlexibleSpace(this Scope scope, bool begin, bool end)
// Implementation
private class FlexibleSpaceScope : Scope
}Remarks
Factory Methods
FlexibleSpace
Parameter
Type
Description
Common Patterns
Examples
Center Content
Right-Align Buttons
Left-Align with Trailing Space
See Also
Last updated