This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.TileSize Property

Gets/sets a value which represents width and height of tile (in pixels).

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property TileSize As Integer
C#
[BrowsableAttribute(true)]
public int TileSize { get; set; }

Property Value

The value which represents width and height of tile (in pixels).

Remarks

If the ImageLoadMode property is set to RegularTile the original image is divided into square tiles. The tile size equals to TileSize property value. The control loads square fragments of the original image for corresponding tiles which are visible but not loaded yet.

Tile size should depend on the displayed image dimensions and the control client area height and width.

Default value is 300.

See Also

Reference

Manual