Gets or sets the color of the border that will be drawn around the blocks.
public RasterColor BorderColor { get; set; }
Public Property BorderColor As Leadtools.RasterColor
public Leadtools.RasterColor BorderColor {get; set;}
get_BorderColor();
set_BorderColor(value);
Object.defineProperty('BorderColor');
public:
property Leadtools.RasterColor BorderColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
If the PuzzleEffectCommandFlags.Border flag is set in the Flags property, this value represents the color of the border that will be drawn around the blocks. This property is ignored if the PuzzleEffectCommandFlags.Border flag is not set.
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