Class DisplayModeCommand

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides a means to to send display mode command.

    public sealed class DisplayModeCommand : Command
    Inheritance
    object
    Command
    DisplayModeCommand

    Constructors

    View Source

    DisplayModeCommand(MediaControlDisplayMode)

    Initializes a new instance of the DisplayModeCommand class.

    Declaration
    public DisplayModeCommand(MediaControlDisplayMode mode)
    Parameters
    Type Name Description
    MediaControlDisplayMode mode

    The MediaControlDisplayMode.

    Properties

    View Source

    Mode

    Gets the display mode.

    Declaration
    public MediaControlDisplayMode Mode { get; }
    Property Value
    Type Description
    MediaControlDisplayMode

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX