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


In This Topic
    ClipWithDocumentBounds Property
    In This Topic
    Specifies whether the grid must be displayed inside the document bounds only
    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
    [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;}
    Remarks
    By default set to true
    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