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


In This Topic
    Size Property (NHandleStyle)
    In This Topic
    Gets/sets the handle size (in device coordinates)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the handle size (in device coordinates)")>
    Public Property Size As NSizeF
    'Usage
     
    
    Dim instance As NHandleStyle
    Dim value As NSizeF
     
    instance.Size = value
     
    value = instance.Size
    [System.ComponentModel.Editor(Nevron.Editors.NSizeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/sets the handle size (in device coordinates)")]
    public NSizeF Size {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