'Declaration
<System.ComponentModel.CategoryAttribute("Drawing Scale")> <System.ComponentModel.DescriptionAttribute("Gets/set the drawing scale mode")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property DrawingScaleMode As DrawingScaleMode
'Usage
Dim instance As NDrawingDocument Dim value As DrawingScaleMode instance.DrawingScaleMode = value value = instance.DrawingScaleMode
[System.ComponentModel.Category("Drawing Scale")] [System.ComponentModel.Description("Gets/set the drawing scale mode")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public DrawingScaleMode DrawingScaleMode {get; set;}