Click or drag to resize

ModernTile Class

A Windows 8 start menu style Tile with Icon, Header and background color.
Inheritance Hierarchy

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class ModernTile : ContentControl

The ModernTile type exposes the following members.

Constructors
  NameDescription
Public methodModernTile
Initializes a new instance of the ModernTile class.
Top
Properties
  NameDescription
Public propertyCornerRadius
Gets or sets the corner radius of the current modern tile
Public propertyEndColor
Gets or sets the end color for gradient background
Public propertyHeader
Header of the Tile
Public propertyIcon
Icon of the Tile
Public propertyStartColor
Gets or sets the start color for Gradient background.
Public propertyUseGradient
Gets or sets a value indicating whether gradient background is used.
Top
Fields
  NameDescription
Public fieldStatic memberCornerRadiusProperty
Public fieldStatic memberEndColorProperty
The end color property
Public fieldStatic memberHeaderProperty
The header property
Public fieldStatic memberIconProperty
The icon property
Public fieldStatic memberStartColorProperty
The start color property
Public fieldStatic memberUseGradientProperty
The use gradient property
Top
See Also