Share via


PathLayoutData.GlobalOffset Property

Gets or sets the offset of an element 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
Public Property GlobalOffset As Double
'Usage
Dim instance As PathLayoutData
Dim value As Double

value = instance.GlobalOffset

instance.GlobalOffset = value
public double GlobalOffset { get; set; }
public:
property double GlobalOffset {
    double get ();
    void set (double value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public double get_GlobalOffset ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_GlobalOffset (double value)
CompilerGeneratedAttribute 
public function get GlobalOffset () : double

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

PathLayoutData Class
PathLayoutData Members
Microsoft.Expression.Controls Namespace