←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
Java
Objective-C
WinRT C#
C++
public AnnFillRule FillRule { get; set; } 
Public Property FillRule As Leadtools.Annotations.Core.AnnFillRule 
public Leadtools.Annotations.Core.AnnFillRule FillRule {get; set;} 
@property (nonatomic) LTAnnFillRule fillRule; 
public AnnFillRule getFillRule() 
public void setFillRule(AnnFillRule fillRule) 
             
  
get_FillRule(); 
set_FillRule(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly