Nevron .NET Vision
Nevron.Diagram.ThinWeb Namespace / NDiagramServerSettings Class / TileSize Property


In This Topic
    TileSize Property (NDiagramServerSettings)
    In This Topic
    Gets / sets the tile size
    Syntax
    'Declaration
     
    
    Public Property TileSize As NSize
    'Usage
     
    
    Dim instance As NDiagramServerSettings
    Dim value As NSize
     
    instance.TileSize = value
     
    value = instance.TileSize
    public NSize TileSize {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