.NET Framework Class Library

DocumentViewer.BackColor Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Properties >

.NET Framework Class Library

DocumentViewer.BackColor Property

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

Public Overrides Property BackColor As Color
 Get
 Set

C#

public override Color BackColor { getset; }

Visual C++

public:
virtual property Color BackColor {
 Color get () override;
 void set (Color valueoverride;
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace