Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NHandleStyle Class / Shape Property


In This Topic
    Shape Property (NHandleStyle)
    In This Topic
    Gets/sets the handle shape
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the handle shape")>
    Public Property Shape As HandleShape
    'Usage
     
    
    Dim instance As NHandleStyle
    Dim value As HandleShape
     
    instance.Shape = value
     
    value = instance.Shape
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/sets the handle shape")]
    public HandleShape 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