'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the name of the custom shape when the Shape property is set to Custom")> <System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CustomShapeName As System.String
'Usage
Dim instance As NArrowheadStyle Dim value As System.String instance.CustomShapeName = value value = instance.CustomShapeName
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the name of the custom shape when the Shape property is set to Custom")] [System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlAttribute()] public System.string CustomShapeName {get; set;}