Allows circular selections to be resized by dragging the grips at 0/90/180/360 positions

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

Syntax

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

See Also