←Select platform

HiliteColor Property

Summary

Gets or sets a value indicating the color to be used to fill this AnnHiliteObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string HiliteColor { get; set; } 
Public Property HiliteColor As String 
public string HiliteColor {get; set;} 
@property (nonatomic,copy) NSString * hiliteColor; 
public String getHiliteColor() 
public void setHiliteColor(String color) 
             
  
get_HiliteColor(); 
set_HiliteColor(value); 
Object.defineProperty('HiliteColor');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly