←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly