Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

FillMode Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)