Accusoft.NotateXpress13.Net
BackColor Property (NoteToolbarDefaults)




Gets and sets the color of the background used within the note annotation.
Syntax
public Color BackColor {get; set;}
public: __property Color get_BackColor();
public: __property void set_BackColor( 
   Color value
);
public:
property Color BackColor {
   Color get();
   void set (    Color value);
}
'Declaration
 
Public Property BackColor As Color
 
'Usage
 
Dim instance As NoteToolbarDefaults
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor

Property Value

The System.Drawing.Color of the background.
Remarks

The default value is System.Drawing.Color.Black.

See Also

Reference

NoteToolbarDefaults Class
NoteToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback