LayoutPath.Orientation Property

Gets or sets the orientation of the items.

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

Syntax

'Declaration
Public Property Orientation As Orientation
'Usage
Dim instance As LayoutPath
Dim value As Orientation

value = instance.Orientation

instance.Orientation = value
public Orientation Orientation { get; set; }
public:
property Orientation Orientation {
    Orientation get ();
    void set (Orientation value);
}
/** @property */
public Orientation get_Orientation ()

/** @property */
public void set_Orientation (Orientation value)
public function get Orientation () : Orientation

public function set Orientation (value : Orientation)

Remarks

This property is supported on PathListBox, but not PathPanel.

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