Gets or sets the width of the each block in pixels or the number of blocks per row.
public int XBlock { get; set; }
Public Property XBlock As Integer
public int XBlock {get; set;}
get_XBlock();
set_XBlock(value);
Object.defineProperty('XBlock');
If the PuzzleEffectCommandFlags.Size flag is set, this value represents the width of the each block, in pixels. If the PuzzleEffectCommandFlags.Count flag is set, it represents the number of blocks per row. Only positive values are accepted.
Refer to PuzzleEffectCommand.
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