VirtualKeyboardOptions Class
Definition
Configuration options for the virtual keyboard system.
public class VirtualKeyboardOptions
Constructors
| Name | Description |
|---|---|
| VirtualKeyboardOptions | No summary available. |
VirtualKeyboardOptions Constructor
public VirtualKeyboardOptions()
Properties
| Name | Description |
|---|---|
| DataPath | Gets or sets the path to a writable data directory used by the virtual keyboard for dictionaries and other resources. |
DataPath Property
Gets or sets the path to a writable data directory used by the virtual keyboard for dictionaries and other resources.
public string DataPath { get; set; }