Share via


BlockArrow.Orientation Property

Gets or sets the orientation.

Namespace: Microsoft.Expression.Shapes
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property Orientation As ArrowOrientation
'Usage
Dim instance As BlockArrow
Dim value As ArrowOrientation

value = instance.Orientation

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

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

public function set Orientation (value : ArrowOrientation)

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

BlockArrow Class
BlockArrow Members
Microsoft.Expression.Shapes Namespace