minimumSize Property

Summary

Gets or sets a value that indicates the minimum object size.

Syntax

JavaScript Syntax
Object.defineProperty(AnnRectangleEditDesigner.prototype, 'minimumSize', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
minimumSize: LeadSizeD; 

Property Value

The minimum object size in container coordinates. The default value is empty.

Remarks

You can use MinimumSize to prevent the user from resizing this object too much when editing. An empty size (LeadSizeD.Empty) means there is no minimum size and the user can move the thumbs of the object anywhere.

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.Designers Assembly