C#
VB
WinRT C#
C++
Gets or sets the fill color that specifies the mortar color.
public RasterColor MortarColor { get; set; }
Public Property MortarColor As Leadtools.RasterColor
public Leadtools.RasterColor MortarColor {get; set;}
get_MortarColor();
set_MortarColor(value);
Object.defineProperty('MortarColor');
public:
property Leadtools.RasterColor MortarColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
Fill color that specifies the mortar color.
Refer to BricksTextureCommand 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