fillRule Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnPolylineObject.prototype, 'fillRule', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
fillRule: AnnFillRule; 

Property Value

The AnnFillRule for this AnnPolylineObject.

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