Gets or sets the width of expansion (+/-) buttons.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public double SettingsExpansionButtonWidth { get; set; } |
Visual Basic |
---|
Public Property SettingsExpansionButtonWidth As Double
Get
Set |
Visual C++ |
---|
public:
property double SettingsExpansionButtonWidth {
double get ();
void set (double value);
} |
F# |
---|
member SettingsExpansionButtonWidth : float with get, set
|
Property Value
Type:
DoubleThe width of expansion buttons.
See Also