ModernTileUseGradient Property  | 
 
            Gets or sets a value indicating whether gradient background is used.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic bool UseGradient { get; set; }Public Property UseGradient As Boolean
	Get
	Set
public:
property bool UseGradient {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Booleantrue if the background color is rended with Gradient colors; otherwise, 
false.
            
See Also