Class Mode360Command
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to to send 360 mode command.
public sealed class Mode360Command : Command
- Inheritance
Constructors
View SourceMode360Command(bool)
Initializes a new instance of the Mode360Command class.
Declaration
public Mode360Command(bool isEnabled)
Parameters
Type | Name | Description |
---|---|---|
bool | isEnabled | A value indicating whether 360 mode is enabled or not. |
Properties
View SourceIsEnabled
Gets a value indicating whether 360 mode is enabled or not.
Declaration
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
bool |