IPathLayoutItem.LocalOffset Property

Gets the offset of the item proportional to the length of the path on which it is arranged.

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

Syntax

'Declaration
ReadOnly Property LocalOffset As Double
'Usage
Dim instance As IPathLayoutItem
Dim value As Double

value = instance.LocalOffset
double LocalOffset { get; }
property double LocalOffset {
    double get ();
}
/** @property */
double get_LocalOffset ()
function get LocalOffset () : 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

IPathLayoutItem Interface
IPathLayoutItem Members
Microsoft.Expression.Controls Namespace