Nevron .NET Vision
Nevron.Diagram Namespace / NMaster Class / MeasurementUnit Property


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