'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies whether the grid must be displayed inside the document bounds only")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property ClipWithDocumentBounds As System.Boolean
'Usage
Dim instance As NGrid Dim value As System.Boolean instance.ClipWithDocumentBounds = value value = instance.ClipWithDocumentBounds
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Specifies whether the grid must be displayed inside the document bounds only")] [System.ComponentModel.DefaultValue(true)] public System.bool ClipWithDocumentBounds {get; set;}