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


In This Topic
    CellSizeMode Property
    In This Topic
    Controls the mode in which the cell size is determined
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Spacing")>
    <System.ComponentModel.DescriptionAttribute("Controls the mode in which the cell size is determined")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CellSizeMode As AutoStepMode
    'Usage
     
    
    Dim instance As NGrid
    Dim value As AutoStepMode
     
    instance.CellSizeMode = value
     
    value = instance.CellSizeMode
    [System.ComponentModel.Category("Spacing")]
    [System.ComponentModel.Description("Controls the mode in which the cell size is determined")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public AutoStepMode CellSizeMode {get; set;}
    Remarks
    By default set to Normal. If set to Fixed the FixedCellSize property defines a constant cell size, which is independent from the view transformations.
    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