Accusoft.NotateXpress13.Net
FillColor Property (ImageToolbarDefaults)




Gets and sets the System.Drawing.Color used to fill in the area of the image annotation.
Syntax
'Declaration
 
Public Property FillColor As Color
'Usage
 
Dim instance As ImageToolbarDefaults
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

The System.Drawing.Color value which is used to fill in the area of the image annotation.
See Also

Reference

ImageToolbarDefaults Class
ImageToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback