Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
Leadtools.ImageProcessing.SpecialEffects Namespace > BricksTextureCommand Class : MortarColor Property |
public RasterColor MortarColor {get; set;}
'Declaration Public Property MortarColor As RasterColor
'Usage Dim instance As BricksTextureCommand Dim value As RasterColor instance.MortarColor = value value = instance.MortarColor
public RasterColor MortarColor {get; set;}
get_MortarColor();
set_MortarColor(value);
Object.defineProperty('MortarColor');
public: property RasterColor MortarColor { RasterColor get(); void set ( RasterColor value); }