Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Stroke Property (AnnContainer)

Show in webframe
Gets or sets the object to use when drawing the border of this AnnContainer.
Syntax
get_stroke();
set_stroke(value);
Object.defineProperty('stroke');

Property Value

TypeDescription
AnnStrokeThe 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.

See Also

Reference

AnnContainer Object
AnnContainer Members

Error processing SSI file