C#
VB
WinRT C#
C++
Gets or sets the color of the border that will be drawn around the dice 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 );
}
The color of the border that will be drawn around the dice blocks. This property will be used only if the DiceEffectCommandFlags.Border flag is set.
Refer to DiceEffectCommand.
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