Xceed Toolkit Plus for WPF v4.6 Documentation
InnerMargin Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ToggleSwitch Class : InnerMargin Property
Gets or sets the margin to apply on the inner content of the ToggleSwitch.
Syntax
'Declaration
 
Public Property InnerMargin As Thickness
'Usage
 
Dim instance As ToggleSwitch
Dim value As Thickness
 
instance.InnerMargin = value
 
value = instance.InnerMargin
public Thickness InnerMargin {get; set;}
Requirements

See Also

Reference

ToggleSwitch Class
ToggleSwitch Members