←Select platform

FillMode Property

Summary

Gets or sets a System.Drawing.Drawing2D.FillMode value that determines how the interior of this AnnPolygonObject is filled.

Syntax

C#
VB
C++
public virtual FillMode FillMode { get; set; } 
  
Public Overridable Property FillMode As FillMode 
public: 
virtual property FillMode FillMode { 
   FillMode get(); 
   void set (    FillMode ); 
} 

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. (Deprecated)

Example

For an example, refer to AnnPolygonObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly