Specifies whether to display a zoom factor drop down in the editor bottom bar.

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

Syntax

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

See Also