FlexLayoutPanelExtensions
Wisej.Web.Markup.FlexLayoutPanelExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.FlexLayoutPanelExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the horizontal alignment for a specific control within the specified .
TPanel
panel
The panel containing the control.
control
The control to set the horizontal alignment for.
value
The horizontal alignment value to set.
Returns: . The modified panel with the updated horizontal alignment for the control.
This method allows you to fluently set the horizontal alignment of a control within a panel.
TPanel
panel
The panel containing the control.
control
The control to set the vertical alignment for.
value
The vertical alignment value to set.
This method allows you to fluently set the vertical alignment of a control within a panel.
TPanel
panel
The panel containing the control.
control
The control to set the fill weight for.
value
The fill weight value to set.
This method allows you to fluently set the fill weight of a control within a panel.
TPanel
panel
The panel to set the horizontal alignment for.
value
The horizontal alignment value to set.
This method allows you to fluently set the horizontal alignment of a panel.
TPanel
panel
The panel to set the layout style for.
value
The layout style value to set.
This method allows you to fluently set the layout style of a panel.
TPanel
panel
The panel to set the spacing for.
value
The spacing value to set.
This method allows you to fluently set the spacing between elements in a panel.
TPanel
panel
The panel to set the vertical alignment for.
value
The vertical alignment value to set.
This method allows you to fluently set the vertical alignment of a panel.
The type of the panel, which must inherit from .
Sets the vertical alignment for a specific control within the specified .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated vertical alignment for the control.
Sets the fill weight for a specific control within the specified .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated fill weight for the control.
Sets the horizontal alignment of the specified .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated horizontal alignment.
Sets the layout style of the specified .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated layout style.
Sets the spacing between elements in the specified .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated spacing.
Sets the vertical alignment of the specified .
The type of the panel, which must inherit from .
Returns: . The modified panel with the updated vertical alignment.