Accusoft.PrintPro8.Net
Mode Property




Gets and sets the DrawMode enumeration value used for drawing.
Syntax
'Declaration
 
Public Property Mode As DrawMode
'Usage
 
Dim instance As Draw
Dim value As DrawMode
 
instance.Mode = value
 
value = instance.Mode
public DrawMode Mode {get; set;}
public: __property DrawMode get_Mode();
public: __property void set_Mode( 
   DrawMode value
);
public:
property DrawMode Mode {
   DrawMode get();
   void set (    DrawMode value);
}

Property Value

A DrawMode enumeration option value which determines the mode for drawing.
Remarks

The default value is DrawMode.CopyPen.

See Also

Reference

Draw Class
Draw Members
DrawMode Enumeration

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback