Gets and sets gradient properties for the control background.
Namespace:
Greatis.GradientControlsAssembly: Greatis.GradientControls (in Greatis.GradientControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Property Gradient As Gradient |
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public Gradient Gradient { get; set; } |
| Visual C++ |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public: property Gradient^ Gradient { Gradient^ get (); void set (Gradient^ value); } |
| JavaScript |
|---|
function get_gradient(); function set_gradient(value); |