ImageGear for .NET
PaintOp Property




Gets or sets the fill and stroke attributes of a path.
Syntax
'Declaration
 
Public Property PaintOp As ImGearPDEPathOpFlags
'Usage
 
Dim instance As ImGearPDEPath
Dim value As ImGearPDEPathOpFlags
 
instance.PaintOp = value
 
value = instance.PaintOp
public ImGearPDEPathOpFlags PaintOp {get; set;}
public: __property ImGearPDEPathOpFlags get_PaintOp();
public: __property void set_PaintOp( 
   ImGearPDEPathOpFlags value
);
public:
property ImGearPDEPathOpFlags PaintOp {
   ImGearPDEPathOpFlags get();
   void set (    ImGearPDEPathOpFlags value);
}

Property Value

ImGearPDEPathOpFlags enumeration value.
See Also

Reference

ImGearPDEPath Class
ImGearPDEPath Members
ImGearPDEPathOpFlags Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback