'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the point shape")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Overridable Property Shape As PointShape
'Usage
Dim instance As NPointElement Dim value As PointShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the point shape")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public virtual PointShape Shape {get; set;}