Nevron .NET Vision
Nevron.GraphicsCore Namespace / NShapeListStyle Class / Shape Property


In This Topic
    Shape Property (NShapeListStyle)
    In This Topic
    Gets or sets the shape used to draw shape list items.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The shape used to draw shape list items.")>
    Public Property Shape As N2DShape
    'Usage
     
    
    Dim instance As NShapeListStyle
    Dim value As N2DShape
     
    instance.Shape = value
     
    value = instance.Shape
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The shape used to draw shape list items.")]
    public N2DShape 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