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