Search
Shape(TColor, TImage).LineBeginArrow Property
See Also
 





Gets the arrowhead of the shape's line.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public int LineBeginArrow { get; }

Visual Basic  Copy Code

Public ReadOnly Property LineBeginArrow As Integer

 Property Value

An integer value corresponding to Visio BeginArrow element values.

 See Also