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