Nevron .NET Vision
Nevron.Chart Namespace / NValueIndicator Class / Shape Property


In This Topic
    Shape Property (NValueIndicator)
    In This Topic
    Gets or set the shape of the marker
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Controls the shape and appearance of the indicator")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Shape As NSmartShape
    'Usage
     
    
    Dim instance As NValueIndicator
    Dim value As NSmartShape
     
    instance.Shape = value
     
    value = instance.Shape
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Controls the shape and appearance of the indicator")]
    [System.ComponentModel.Editor(Nevron.Editors.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NSmartShape Shape {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