Accusoft.NotateXpress13.Net
FillColor Property (BlockHighlightTool)




Gets and sets the color used to fill in the area of the BlockHighlight annotation.
Syntax
'Declaration
 
Public Property FillColor As Color
'Usage
 
Dim instance As BlockHighlightTool
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor
public Color FillColor {get; set;}
public: __property Color get_FillColor();
public: __property void set_FillColor( 
   Color value
);
public:
property Color FillColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color which represents the selected color.
Remarks

The FillColor is always be shown as translucent.

See Also

Reference

BlockHighlightTool Class
BlockHighlightTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback