DropDownButtonStyle Property (GcNumber)
Gets or sets the drop down button style which is used when dropdown button is rendered.
'Declaration
<BindableAttribute(True)>
Public Property DropDownButtonStyle As Style
'Usage
Dim instance As GcNumber
Dim value As Style
instance.DropDownButtonStyle = value
value = instance.DropDownButtonStyle
[Bindable(true)]
public Style DropDownButtonStyle {get; set;}
Property Value
A
System.Windows.Style used for dropdown button.