←Select platform

HiliteColor Property

Summary
A value indicating the color to be used to fill this AnnHiliteObject.
Syntax
C#
VB
Objective-C
C++
Java
public string HiliteColor { get; set; } 
Public Property HiliteColor As String 
@property (nonatomic,copy) NSString * hiliteColor; 
public String getHiliteColor() 
public void setHiliteColor(String color) 
public:  
   property String^ HiliteColor 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string representing the HTML color to use to this this AnnHiliteObject.

Remarks

For the possible values, refer to HTML Color Names.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.