ToolBarButtonSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies how a ToolBarButton in a ToolBar control behaves when the control resizes.
- C#
- VB.NET
public enum ToolBarButtonSizeMode : Enum
Public Enum ToolBarButtonSizeMode As [Enum]
Fields
| Name | Description |
|---|---|
| Auto | The width of the ToolBarButton is determined by its contents. |
| Fill | The ToolBarButton uses the available space on the ToolBar (the space not taken up by other buttons whose SizeMode property is set to Auto) and shares it with other buttons that have their SizeMode property set to Fill. |
Used By
| Name | Description |
|---|---|
| ToolBarButton.SizeMode | Returns or sets how the toolbar button is resized. |
| ToolBarButtonExtensions.SizeMode | Sets the size mode of the ToolBarButton. |