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


In This Topic
    CustomShapeName Property (NArrowheadStyle)
    In This Topic
    Specifies the name of the custom shape when the Shape property is set to Custom
    Syntax
    '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;}
    Remarks
    The NArrowheadShapeStencil passed in the paint context, must contain a shape with this name in order for the arrowhead to be displayed
    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