Class NaviItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The NaviItem is a widget that contain the contents to show in Naviframe. Inherits ItemObject

    [Obsolete("This has been deprecated in API12")]
    public class NaviItem : ItemObject
    Inheritance
    object
    ItemObject
    NaviItem

    Properties

    View Source

    Content

    Gets the content object. The name of the content part is "elm.swallow.content".

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public EvasObject Content { get; }
    Property Value
    Type Description
    EvasObject
    View Source

    Style

    Sets or gets an item style.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public override string Style { get; set; }
    Property Value
    Type Description
    string
    Overrides
    ItemObject.Style
    View Source

    TitleBarBackgroundColor

    Sets or gets the title bar background color.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public Color TitleBarBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    TitleBarVisible

    Sets or gets a value whether the title area is enabled or not.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public bool TitleBarVisible { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    OnInvalidate()

    Invalidates the EventArgs if _isPopped is false. The method should be overridden in the children class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    protected override void OnInvalidate()
    Overrides
    ItemObject.OnInvalidate()

    Events

    View Source

    Popped

    Popped will be triggered when NaviItem is removed.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public event EventHandler Popped
    Event Type
    Type Description
    System.EventHandler

    Extension Methods

    ItemObjectExtension.ClearHighlight(ItemObject)
    ItemObjectExtension.GrabHighlight(ItemObject)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX