LayoutPath.Padding Property

Gets or sets the distance in pixels along the arc length of the LayoutPath between two items.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Public Property Padding As Double
'Usage
Dim instance As LayoutPath
Dim value As Double

value = instance.Padding

instance.Padding = value
public double Padding { get; set; }
public:
property double Padding {
    double get ();
    void set (double value);
}
/** @property */
public double get_Padding ()

/** @property */
public void set_Padding (double value)
public function get Padding () : double

public function set Padding (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LayoutPath Class
LayoutPath Members
Microsoft.Expression.Controls Namespace