Gets or sets the style associated with the control's internal FixedPageViewer object.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

See Also