←Select platform

HighLightColor Property

Summary

Gets or sets the highlight color.

Syntax
C#
VB
C++
public RasterColor HighLightColor { get; set; } 
  
Public Property HighLightColor As RasterColor 
public: 
property RasterColor HighLightColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The highlight color.

Example

Refer to ColoredBallsCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly