Gets and sets round values for the gradient area corners.
Namespace:
Greatis.GradientControls
Assembly:
Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Round As Round |
| C# |
|---|
public Round Round { get; set; } |
| Visual C++ |
|---|
public:
property Round^ Round {
Round^ get ();
void set (Round^ value);
} |
| JavaScript |
|---|
function get_round();
function set_round(value); |
See Also