Show / Hide Table of Contents

    Class NaviItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

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

    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
    public EvasObject Content { get; }
    Property Value
    Type Description
    EvasObject
    API Level: preview
    View Source

    Style

    Sets or gets an item style.

    Declaration
    public override string Style { get; set; }
    Property Value
    Type Description
    String
    Overrides
    ItemObject.Style
    API Level: preview
    View Source

    TitleBarBackgroundColor

    Sets or gets the title bar background color.

    Declaration
    public Color TitleBarBackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    API Level: preview
    View Source

    TitleBarVisible

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

    Declaration
    public bool TitleBarVisible { get; set; }
    Property Value
    Type Description
    Boolean
    API Level: preview

    Methods

    View Source

    OnInvalidate()

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

    Declaration
    protected override void OnInvalidate()
    Overrides
    ItemObject.OnInvalidate()
    API Level: preview

    Events

    View Source

    Popped

    Popped will be triggered when NaviItem is removed.

    Declaration
    public event EventHandler Popped
    Event Type
    Type Description
    EventHandler
    API Level: preview

    Extension Methods

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