Gets or sets a value indicating whether to render the rounded corners using border-radius in IE.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also