strokeDashOffset Property

Summary

Gets or sets the distance from the start of a line to the beginning of a dash pattern.

Syntax

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

Property Value

A value that represents the distance from the start of a line to the beginning of a dash pattern. This value uses the same unit of measure as the one used as the Leadtools.leadLengthD value for the strokeThickness property.

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