Class LabelItem
Inheritance
System.Object
LabelItem
Assembly: Emby.Web.GenericEdit.dll
Syntax
Constructors
LabelItem()
Declaration
LabelItem(String)
Declaration
public LabelItem(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Properties
CanHideInCompactView
Gets or sets a value indicating whether the label can be hidden in views with limited screen space.
Declaration
public bool CanHideInCompactView { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this label can be hidden; otherwise, false .
|
HyperLink
Declaration
public string HyperLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Icon
Declaration
public IconNames? Icon { get; set; }
Property Value
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StandardIcon
Declaration
public StandardIcons? StandardIcon { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods