Accusoft.NotateXpress13.Net
FillColor Property (RectangleToolbarDefaults)




Gets and sets the color of the fill used within the rectangle annotation.
Syntax
'Declaration
 
Public Property FillColor As Color
'Usage
 
Dim instance As RectangleToolbarDefaults
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 color of the fill.
See Also

Reference

RectangleToolbarDefaults Class
RectangleToolbarDefaults Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback