Nevron .NET Vision
Nevron.Diagram Namespace / NPointElement Class / Size Property


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