.NET Framework Class Library

NavigationPane.BackColor Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

NavigationPane.BackColor Property

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

Public Property BackColor As Color
 Get
 Set

C#

public Color BackColor { getset; }

Visual C++

public:
property Color BackColor {
 Color get ();
 void set (Color value);
}

See Also

NavigationPane Class

NavigationPane Members

Gnostice.Controls.WinForms Namespace