ButtonWidth Property (SideButtonBase)
Gets or sets the width of the side button.
public int ButtonWidth {get; set;}
'Declaration
Public Property ButtonWidth As Integer
'Usage
Dim instance As SideButtonBase
Dim value As Integer
instance.ButtonWidth = value
value = instance.ButtonWidth
Property Value
An
System.Int32 value that indicates the width of the side button.