[]
Represents all touch behavior's settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TouchInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class TouchInfo
Implements ISerializeSupport
| Name | Description |
|---|---|
| TouchInfo() | Initializes a new instance of the TouchInfo class. |
| Name | Description |
|---|---|
| PanningMode | Gets or sets the way Spread reacts to touch manipulation. |
| SelectionGripperBackColor | Gets or sets the color of the selection gripper background. |
| SelectionGripperLineColor | Gets or sets the color of the selection gripper line. |
| SelectionGripperThickness | Gets or sets the selection gripper thickness. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the touch information from XML. |
| Reset() | Resets TouchInfo data. |
| Serialize(XmlTextWriter) | Saves the touch information to XML. |