'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;}