Share via


IPathLayoutItem.GlobalOffset Property

Gets the offset of the item proportional to the total length of a collection of paths.

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

Syntax

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

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