C#
VB
WinRT C#
C++
Gets or sets the amount to shift every row of the canvas image from the origin.
public int TileOffset { get; set; }
Public Property TileOffset As Integer
public int TileOffset {get; set;}
get_TileOffset();
set_TileOffset(value);
Object.defineProperty('TileOffset');
The amount to shift every row of canvas image from the origin. This property is not used when Flags is set to CanvasCommandFlags.TileFit.
Refer to CanvasCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET