Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewComponent Class / MeasurementUnit Property


In This Topic
    MeasurementUnit Property (NViewComponent)
    In This Topic
    Gets/sets the measurement unit of the node
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the measurement unit of the node")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NMeasurementUnitUIEditor, System.Drawing.Design.UITypeEditor)>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Overridable Property MeasurementUnit As NMeasurementUnit
    'Usage
     
    
    Dim instance As NViewComponent
    Dim value As NMeasurementUnit
     
    instance.MeasurementUnit = value
     
    value = instance.MeasurementUnit
    [System.ComponentModel.Category("Data")]
    [System.ComponentModel.Description("Gets/sets the measurement unit of the node")]
    [System.ComponentModel.Editor(Nevron.Editors.NMeasurementUnitUIEditor, System.Drawing.Design.UITypeEditor)]
    [System.Xml.Serialization.XmlIgnore()]
    public virtual NMeasurementUnit MeasurementUnit {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