Class Mode360UpdatedEventArgs

Definition

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

Provides data for the Mode360Updated event.

C#
Copy
public class Mode360UpdatedEventArgs : EventArgs
Inheritance
object
System.EventArgs
Mode360UpdatedEventArgs

Properties

View Source

IsEnabled

Gets the value indicating whether 360 mode is enabled or not.

Declaration
C#
Copy
public bool IsEnabled { get; }
Property Value
Type Description
bool