Nevron .NET Vision
Nevron.Diagram Namespace / NPointElement Class / CustomShapeName Property


In This Topic
    CustomShapeName Property (NPointElement)
    In This Topic
    Gets/sets the custom shape name (only valid if the Shape property is set to Custom)
    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
    [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;}
    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