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); }