![]() |
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 > AgingCommand Class : ScratchColor Property |
public RasterColor ScratchColor {get; set;}
'Declaration Public Property ScratchColor As RasterColor
'Usage Dim instance As AgingCommand Dim value As RasterColor instance.ScratchColor = value value = instance.ScratchColor
public RasterColor ScratchColor {get; set;}
get_ScratchColor();
set_ScratchColor(value);
Object.defineProperty('ScratchColor');
public: property RasterColor ScratchColor { RasterColor get(); void set ( RasterColor value); }