This property overrides inherited property to hide it.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property Font As Font
C#
public Font Font { get; set; }
Visual C++
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}
JavaScript
function get_font();
function set_font(value);

See Also