stroke Property

Summary

Gets or sets the object to use when drawing the border of this AnnContainer.

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainer.prototype, 'stroke', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
stroke: AnnStroke; 

Property Value

The object to use when drawing the border of this AnnContainer. The default value is null.

Remarks

A value of null means do not draw the borders of the container.

Example

For an example, refer to AnnBrush.

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