Skybound Rebar

RebarButton.Width Property

Gets or sets the width of the item (only applies when ButtonType is Panel).

[Visual Basic]
Public Property Width As Integer
[C#]
public int Width {get; set;}

Property Value

The width of the item.

Remarks

When Spring is true, the Width property specifies the minimum width to which the panel will be resized. Otherwise, the width of the panel is fixed to the value of Width.

See Also

RebarButton Class | Skybound.Rebar Namespace