Gets or sets the selection border thickness.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Thickness AppearanceSelectionBorderThickness { get; set; } |
Visual Basic |
---|
Public Property AppearanceSelectionBorderThickness As Thickness
Get
Set |
Visual C++ |
---|
public:
property Thickness AppearanceSelectionBorderThickness {
Thickness get ();
void set (Thickness value);
} |
F# |
---|
member AppearanceSelectionBorderThickness : Thickness with get, set
|
Property Value
Type:
ThicknessThe selection border thickness.
See Also