←Select platform

FillRule Property

Summary

Gets or sets an AnnFillRule value that determines how the interior of this AnnPolylineObject is filled if it IsClosed.

Syntax
C#
VB
Objective-C
C++
Java
public AnnFillRule FillRule { get; set; } 
Public Property FillRule As AnnFillRule 
@property (nonatomic) LTAnnFillRule fillRule; 
public AnnFillRule getFillRule() 
public void setFillRule(AnnFillRule fillRule) 
public:  
   property AnnFillRule^ FillRule 
   { 
      AnnFillRule^ get() 
      void set(AnnFillRule^ value) 
   } 

Property Value

The AnnFillRule for this AnnPolylineObject.

Remarks

For an illustration of the available fill modes, refer to Illustration of the Polygon Fill Mode for Annotations.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly