[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TouchInfo

TouchInfo Class

Represents all touch behavior's settings.

Inheritance
TouchInfo
Implements
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TouchInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class TouchInfo
    Implements ISerializeSupport

Constructors

Name Description
TouchInfo()

Initializes a new instance of the TouchInfo class.

Properties

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.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the touch information from XML.

Reset()

Resets TouchInfo data.

Serialize(XmlTextWriter)

Saves the touch information to XML.