Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnRectangleEditDesigner Class : MinimumSize Property |
public virtual LeadSizeD MinimumSize {get; set;}
'Declaration
Public Overridable Property MinimumSize As LeadSizeD
'Usage
Dim instance As AnnRectangleEditDesigner Dim value As LeadSizeD instance.MinimumSize = value value = instance.MinimumSize
public virtual 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');
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.