public virtual LeadSizeD MinimumSize {get; set;}
Public Overridable Property MinimumSize As LeadSizeD
public virtual LeadSizeD MinimumSize {get; set;}
@property (nonatomic) LeadSizeD minimumSize;
public LeadSizeD getMinimumSize() public void setMinimumSize(LeadSizeD minimumSize)
get_MinimumSize();
set_MinimumSize(value);
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.