←Select platform

MinimumSize Property

Summary
Gets or sets a value that indicates the minimum object size.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual LeadSizeD MinimumSize { get; set; } 
@property (nonatomic, assign) LeadSizeD minimumSize; 
public LeadSizeD getMinimumSize() 
public void setMinimumSize(LeadSizeD minimumSize) 
public:  
   virtual property LeadSizeD^ MinimumSize 
   { 
      LeadSizeD^ get() 
      void set(LeadSizeD^ value) 
   } 
MinimumSize # get and set (AnnRectangleEditDesigner) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.