If included, then the specified LockWidth or LockHeight are treated as minimum values, i.e. the user can make the selection larger than the specified values, but not smaller

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool SizeLocksAreMinimums { get; set; }
Public Property SizeLocksAreMinimums As Boolean
	Get
	Set
public:
property bool SizeLocksAreMinimums {
	bool get ();
	void set (bool value);
}

See Also