Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class LabelItem

    Inheritance
    System.Object
    LabelItem
    Namespace: Emby.Web.GenericEdit.Elements
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class LabelItem

    Constructors

    LabelItem()

    Declaration
    public LabelItem()

    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.

    Remarks

    This is intentended for hiding elements in views (like TV mnode), where screen space is limited.

    Apply this to non-essential elements only as there might be no way to make them visible at the client side.

    HyperLink

    Declaration
    public string HyperLink { get; set; }
    Property Value
    Type Description
    System.String

    Icon

    Declaration
    public IconNames? Icon { get; set; }
    Property Value
    Type Description
    System.Nullable<IconNames>

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    StandardIcon

    Declaration
    public StandardIcons? StandardIcon { get; set; }
    Property Value
    Type Description
    System.Nullable<StandardIcons>

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.