'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the custom shape name (only valid if the Shape property is set to Custom)")> <System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Overridable Property CustomShapeName As System.String
'Usage
Dim instance As NPointElement Dim value As System.String instance.CustomShapeName = value value = instance.CustomShapeName
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the custom shape name (only valid if the Shape property is set to Custom)")] [System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlAttribute()] public virtual System.string CustomShapeName {get; set;}