Gets or sets a value that indicates the minimum object size.
public virtual LeadSizeD MinimumSize { get; set; }
Public Overridable Property MinimumSize As Leadtools.LeadSizeD
public virtual Leadtools.LeadSizeD MinimumSize {get; set;}
@property (nonatomic, assign) LeadSizeD minimumSize
public LeadSizeD getMinimumSize()
public void setMinimumSize(LeadSizeD minimumSize)
<br/>get_MinimumSize();<br/>set_MinimumSize(value);<br/>Object.defineProperty('MinimumSize');
The minimum object size in container coordinates. The default value is empty.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET