LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

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 FillMode FillMode {get; set;}
 get_FillMode();
set_FillMode(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPolygonObject Class
AnnPolygonObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.