Accusoft.PrintPro8.Net
BackStyle Property




Gets and sets the background style used for drawing.
Syntax
'Declaration
 
Public Property BackStyle As BackStyle
'Usage
 
Dim instance As Draw
Dim value As BackStyle
 
instance.BackStyle = value
 
value = instance.BackStyle
public BackStyle BackStyle {get; set;}
public: __property BackStyle get_BackStyle();
public: __property void set_BackStyle( 
   BackStyle value
);
public:
property BackStyle BackStyle {
   BackStyle get();
   void set (    BackStyle value);
}

Property Value

A BackStyle enumeration value which determines the background style used for drawing.
Remarks

The default value is BackStyle.Transparent.

See Also

Reference

Draw Class
Draw Members
BackStyle Enumeration

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback