'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Obtains a reference to the arrowhead shape stencil")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property ArrowheadShapeStencil As NArrowheadShapeStencil
'Usage
Dim instance As NDrawingDocument Dim value As NArrowheadShapeStencil value = instance.ArrowheadShapeStencil
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Obtains a reference to the arrowhead shape stencil")] [System.Xml.Serialization.XmlIgnore()] public NArrowheadShapeStencil ArrowheadShapeStencil {get;}