Class DisplayRotationCommand

    Definition

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

    Provides a means to to send display rotation command.

    public sealed class DisplayRotationCommand : Command
    Inheritance
    object
    Command
    DisplayRotationCommand

    Constructors

    View Source

    DisplayRotationCommand(Rotation)

    Initializes a new instance of the DisplayRotationCommand class.

    Declaration
    public DisplayRotationCommand(Rotation rotation)
    Parameters
    Type Name Description
    Rotation rotation

    The Rotation.

    Properties

    View Source

    Rotation

    Gets the display rotation.

    Declaration
    public Rotation Rotation { get; }
    Property Value
    Type Description
    Rotation

    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