Click or drag to resize

ModernLink Class

ModernLink is a Hyperlink style UI element with Modern Icon
Inheritance Hierarchy

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

The ModernLink type exposes the following members.

Constructors
  NameDescription
Public methodModernLink
Initializes a new instance of the ModernLink class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description showing under the Text with smaller font size
Public propertyIconForegroundBrush
ForegroundBrush for the icon.
Public propertyIconKey
Gets or sets the Icon Key of this ModernLink.
Public propertyIconSize
Gets or sets the size of the icon appeared in the ModernLink.
Public propertyText
Text of the link
Top
Events
  NameDescription
Public eventClick
Occurs when user clicks this ModernLink.
Top
Fields
  NameDescription
Public fieldStatic memberDescriptionProperty
Public fieldStatic memberIconForegroundBrushProperty
The icon foreground brush property
Public fieldStatic memberIconKeyProperty
The icon key property
Public fieldStatic memberIconSizeProperty
Using a DependencyProperty as the backing store for IconSize. This enables animation, styling, binding, etc...
Public fieldStatic memberTextProperty
The text property
Top
See Also