The shape around the text.

Note: Only the following shapes are supported: Rectangle, RoundRect, Ellipse

Default: Rectangle

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

Syntax

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

See Also