ToolBarButtonSizeMode

Wisej.Web.ToolBarButtonSizeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how a ToolBarButton in a ToolBar control behaves when the control resizes.

public enum ToolBarButtonSizeMode : Enum

Fields

NameDescription

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

NameDescription

Returns or sets how the toolbar button is resized.

Last updated