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


In This Topic
    OuterMargin Property
    In This Topic
    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
    public Thickness OuterMargin {get; set;}
    Requirements

    See Also