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