Gets or sets a value indicating whether to show horizontal and/or vertical rulers.

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

Syntax

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

See Also