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 fluent markup extension methods to the Label class.
Sets the horizontal alignment for a specific control within the specified FlexLayoutPanel.
Returns: TPanel. 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.
Sets the vertical alignment for a specific control within the specified FlexLayoutPanel.
Returns: TPanel. The modified panel with the updated vertical alignment for the control.
This method allows you to fluently set the vertical alignment of a control within a panel.
Sets the fill weight for a specific control within the specified FlexLayoutPanel.
Returns: TPanel. The modified panel with the updated fill weight for the control.
This method allows you to fluently set the fill weight of a control within a panel.
Sets the horizontal alignment of the specified FlexLayoutPanel.
Returns: TPanel. The modified panel with the updated horizontal alignment.
This method allows you to fluently set the horizontal alignment of a panel.
Sets the layout style of the specified FlexLayoutPanel.
Returns: TPanel. The modified panel with the updated layout style.
This method allows you to fluently set the layout style of a panel.
Sets the spacing between elements in the specified FlexLayoutPanel.
Returns: TPanel. The modified panel with the updated spacing.
This method allows you to fluently set the spacing between elements in a panel.
Sets the vertical alignment of the specified FlexLayoutPanel.
Returns: TPanel. The modified panel with the updated vertical alignment.
This method allows you to fluently set the vertical alignment of a panel.