Click or drag to resize

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
Syntax
public bool UseGradient { get; set; }

Property Value

Type: Boolean
true if the background color is rended with Gradient colors; otherwise, false.
See Also