Accusoft.NotateXpress13.Net
FillColor Property (BlockHighlightToolbarDefaults)




Gets or sets the color of the fill used within the BlockHighlight annotation.
Syntax
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);
}
'Declaration
 
Public Property FillColor As Color
 
'Usage
 
Dim instance As BlockHighlightToolbarDefaults
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor

Property Value

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

The FillColor is always shown as translucent.

See Also

Reference

BlockHighlightToolbarDefaults Class
BlockHighlightToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback