ModernMenuItemContentType Property |
A subtype of ModernContent, represents the content of this menu item. Hummingbird UI uses MVVM techniques to manage Menu and the instantiation of the content. To increases the performance, once the view is instantiated, it will be cached.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public Type ContentType { get; set; }
Public Property ContentType As Type
Get
Set
public:
property Type^ ContentType {
Type^ get ();
void set (Type^ value);
}
Property Value
Type:
TypeSee Also