LEADTOOLS Annotations (Leadtools.Annotations assembly)

FillMode Property

Show in webframe





Gets or sets a System.Drawing.Drawing2D.FillMode value that determines how the interior of this AnnPolygonObject is filled.
Syntax
public virtual FillMode FillMode {get; set;}
'Declaration
 
Public Overridable Property FillMode As FillMode
'Usage
 
Dim instance As AnnPolygonObject
Dim value As FillMode
 
instance.FillMode = value
 
value = instance.FillMode

            

            
public:
virtual property FillMode FillMode {
   FillMode get();
   void set (    FillMode value);
}

Property Value

A System.Drawing.Drawing2D.FillMode value that determines how the interior of this AnnPolygonObject is filled.
Remarks
For an illustration of the available fill modes, refer to Illustration of the Polygon Fill Mode for Annotations.
Example
For an example, refer to AnnPolygonObject.
Requirements

Target Platforms

See Also

Reference

AnnPolygonObject Class
AnnPolygonObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.