Share via


BlockArrow.ArrowheadAngle Property

Gets or sets the arrow head angle.

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

Syntax

'Declaration
Public Property ArrowheadAngle As Double
'Usage
Dim instance As BlockArrow
Dim value As Double

value = instance.ArrowheadAngle

instance.ArrowheadAngle = value
public double ArrowheadAngle { get; set; }
public:
virtual property double ArrowheadAngle {
    double get () sealed;
    void set (double value);
}
/** @property */
public final double get_ArrowheadAngle ()

/** @property */
public void set_ArrowheadAngle (double value)
public final function get ArrowheadAngle () : double

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

BlockArrow Class
BlockArrow Members
Microsoft.Expression.Shapes Namespace