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