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


In This Topic
    InnerMargin Property
    In This Topic
    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