Nevron.Diagram Namespace / NBridgeStyle Class / Size Property


In This Topic
    Size Property (NBridgeStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Controls the size of the bridge")>
    Public Property Size As NSizeL
    'Usage
     
    
    Dim instance As NBridgeStyle
    Dim value As NSizeL
     
    instance.Size = value
     
    value = instance.Size
    [System.ComponentModel.Editor(Nevron.Editors.NSizeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Controls the size of the bridge")]
    public NSizeL 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