Gets or sets a value indicating whether the gradient is enabled.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public virtual bool GradientEnabled { get; set; } | 
| Visual Basic | 
|---|
| Public Overridable Property GradientEnabled As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property bool GradientEnabled {
	bool get ();
	void set (bool value);
} | 
| F# | 
|---|
| abstract GradientEnabled : bool with get, set
override GradientEnabled : bool with get, set | 
Property Value
Type: 
Booleantrue if the gradient is enabled; otherwise, 
false.
 See Also
See Also