ModernLinkDescription Property  | 
 
            Gets or sets the description showing under the Text with smaller font size
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic string Description { get; set; }Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
            The description.
            
See Also