LayoutPath.Span Property

Gets or sets the percentage of the LayoutPath that participates in layout.

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

Syntax

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

value = instance.Span

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

/** @property */
public void set_Span (double value)
public function get Span () : double

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