'Declaration
<System.ComponentModel.CategoryAttribute("View")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the Y coordinates displayed in the view must be flipped")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property FlipX As System.Boolean
'Usage
Dim instance As NDrawingView Dim value As System.Boolean instance.FlipX = value value = instance.FlipX
[System.ComponentModel.Category("View")] [System.ComponentModel.Description("Gets/sets whether the Y coordinates displayed in the view must be flipped")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.bool FlipX {get; set;}