←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#
Objective-C
C++/CLI
Java
Python
public AnnFillRule FillRule { get; set; } 
@property (nonatomic, assign) LTAnnFillRule fillRule; 
public AnnFillRule getFillRule() 
public void setFillRule(AnnFillRule fillRule) 
public:  
   property AnnFillRule^ FillRule 
   { 
      AnnFillRule^ get() 
      void set(AnnFillRule^ value) 
   } 
FillRule # get and set (AnnPolylineObject) 

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 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.