Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ToggleSwitch Class / OuterMargin Property


OuterMargin Property
Gets or sets the margin to apply on the outer border part of the ToggleSwitch.
Syntax
'Declaration
 
Public Property OuterMargin As Thickness
 
'Usage
 
Dim instance As ToggleSwitch
Dim value As Thickness
 
instance.OuterMargin = value
 
value = instance.OuterMargin
Requirements

See Also