padding Property

Summary

Gets or sets an AnnThickness object which controls the distance between the text and the bounding rectangle of the text.

Syntax

JavaScript Syntax
Object.defineProperty(AnnTextObject.prototype, 'padding', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
padding: AnnThickness; 

Property Value

An AnnThickness object which controls the distance between the text and the bounding rectangle of the text.

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