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