'Declaration
<System.ComponentModel.CategoryAttribute("View")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Y scale of the world to view transformation.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public 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.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.float ScaleY {get; set;}