Share via


LayoutPath.Start Property

Gets or sets the distance from the start of the LayoutPath to place the first item.

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

Syntax

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

value = instance.Start

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

/** @property */
public void set_Start (double value)
public function get Start () : double

public function set Start (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