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 > ColoredBallsCommand Class : ShadingColor Property |
public RasterColor ShadingColor {get; set;}
'Declaration Public Property ShadingColor As RasterColor
'Usage Dim instance As ColoredBallsCommand Dim value As RasterColor instance.ShadingColor = value value = instance.ShadingColor
public RasterColor ShadingColor {get; set;}
get_ShadingColor();
set_ShadingColor(value);
Object.defineProperty('ShadingColor');
public: property RasterColor ShadingColor { RasterColor get(); void set ( RasterColor value); }