|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property Shape As Ctl3d.Shapes
[C#]
public Ctl3d.Shapes Shape {get; set;}
[C++]
public: __property Ctl3d.Shapes get_Shape();
public: __property void set_Shape(Ctl3d.Shapes);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Remarks
|
The shape of the button.
Supported values are the following:
(*) Shapes marked with a red asterisk can have a further modification of their shape through the Orientation property.
In order to change this setting at Design-time take a look to the How to change the control appearance section.
|