'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the grid origin")> Public Property ShowOrigin As System.Boolean
'Usage
Dim instance As NGrid Dim value As System.Boolean instance.ShowOrigin = value value = instance.ShowOrigin
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the visibility of the grid origin")] public System.bool ShowOrigin {get; set;}