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


In This Topic
    FixedCellSize Property
    In This Topic
    Specifies the cell size when the CellSizeMode is set to Fixed (in grid measurement units)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("Spacing")>
    <System.ComponentModel.DescriptionAttribute("Specifies the cell size when the CellSizeMode is set to Fixed (in grid measurement units)")>
    Public Property FixedCellSize As NSizeF
    'Usage
     
    
    Dim instance As NGrid
    Dim value As NSizeF
     
    instance.FixedCellSize = value
     
    value = instance.FixedCellSize
    [System.ComponentModel.Editor(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("Spacing")]
    [System.ComponentModel.Description("Specifies the cell size when the CellSizeMode is set to Fixed (in grid measurement units)")]
    public NSizeF FixedCellSize {get; set;}
    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