Class DisplayRotationCapabilityUpdatedEventArgs

    Definition

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

    Provides data for the DisplayRotationCapabilityUpdated event.

    public class DisplayRotationCapabilityUpdatedEventArgs : EventArgs
    Inheritance
    object
    DisplayRotationCapabilityUpdatedEventArgs

    Properties

    View Source

    DisplayRotation

    Gets the supported list of display rotation capabilities.

    Declaration
    public ReadOnlyCollection<Rotation> DisplayRotation { get; }
    Property Value
    Type Description
    ReadOnlyCollection<><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