Nevron.Diagram Namespace / NPointElement Class / CustomShapeName Property


CustomShapeName Property (NPointElement)
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also