If this property is true, the bevel is raised.

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

Syntax

Visual Basic (Declaration)
Public Property Raised As Boolean
C#
public bool Raised { get; set; }
Visual C++
public:
property bool Raised {
	bool get ();
	void set (bool value);
}
JavaScript
function get_raised();
function set_raised(value);

See Also