InteractionMode Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the interaction mode of the runtime application
'Declaration
Public Property InteractionMode As InteractionMode
public InteractionMode InteractionMode {get; set;}
public:
property InteractionMode InteractionMode {
InteractionMode get();
void set ( InteractionMode value);
}