Shape of the bevel.

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

Syntax

Visual Basic (Declaration)
Public Property Shape As BevelShape
C#
public BevelShape Shape { get; set; }
Visual C++
public:
property BevelShape Shape {
	BevelShape get ();
	void set (BevelShape value);
}
JavaScript
function get_shape();
function set_shape(value);

See Also