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


In This Topic
    AutoSynchronizeMeasurementUnit Property
    In This Topic
    Specifies whether the measurement unit of the view component must be automatically sychronized with the document measurement unit
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether the measurement unit of the view component must be automatically sychronized with the document measurement unit")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AutoSynchronizeMeasurementUnit As System.Boolean
    'Usage
     
    
    Dim instance As NViewComponent
    Dim value As System.Boolean
     
    instance.AutoSynchronizeMeasurementUnit = value
     
    value = instance.AutoSynchronizeMeasurementUnit
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Specifies whether the measurement unit of the view component must be automatically sychronized with the document measurement unit")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AutoSynchronizeMeasurementUnit {get; set;}
    Remarks
    By default set to true
    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