ImageGear .NET
Highlight Property (ImGearARTMarkTemplates)




Gets or sets a Highlighter mark to be used as a template when creating Highlighter marks using the mouse.
Syntax
'Declaration
 
Public Property Highlight As ImGearARTHighlighter
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTHighlighter
 
instance.Highlight = value
 
value = instance.Highlight
public ImGearARTHighlighter Highlight {get; set;}
public: __property ImGearARTHighlighter* get_Highlight();
public: __property void set_Highlight( 
   ImGearARTHighlighter* value
);
public:
property ImGearARTHighlighter^ Highlight {
   ImGearARTHighlighter^ get();
   void set (    ImGearARTHighlighter^ value);
}

Property Value

ImGearARTHighlighter value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback