'Declaration
<System.ComponentModel.CategoryAttribute("View")> <System.ComponentModel.DescriptionAttribute("Gets/sets the X scale of the world to view transformation.")> Public Overridable Property ScaleX As System.Single
'Usage
Dim instance As NDrawingView Dim value As System.Single instance.ScaleX = value value = instance.ScaleX
[System.ComponentModel.Category("View")] [System.ComponentModel.Description("Gets/sets the X scale of the world to view transformation.")] public virtual System.float ScaleX {get; set;}