Gets and sets round value of top right corner.
Namespace:
Greatis.GradientControls
Assembly:
Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property TopRight As Integer |
| C# |
|---|
public int TopRight { get; set; } |
| Visual C++ |
|---|
public:
property int TopRight {
int get ();
void set (int value);
} |
| JavaScript |
|---|
function get_topRight();
function set_topRight(value); |
See Also