Nevron.Diagram.WinForm Namespace / NGrid Class / ClipWithDocumentBounds Property


ClipWithDocumentBounds Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also