StandardChannelNameValues Enumeration

Defines the StandardChannelNameValues enumeration.

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration StandardChannelNameValues
'Usage
Dim instance As StandardChannelNameValues
public enum StandardChannelNameValues

Members

Member name Description
XCoordinate X. When the item is serialized out as xml, its value is "X".
YCoordinate Y. When the item is serialized out as xml, its value is "Y".
ZCoordinate Z. When the item is serialized out as xml, its value is "Z".
PenTipForce F. When the item is serialized out as xml, its value is "F".
TangentPressure TP. When the item is serialized out as xml, its value is "TP".
ButtonPressure BP. When the item is serialized out as xml, its value is "BP".
TipSwitchState S. When the item is serialized out as xml, its value is "S".
SideButton1State B1. When the item is serialized out as xml, its value is "B1".
SideButton2State B2. When the item is serialized out as xml, its value is "B2".
SideButton3State B3. When the item is serialized out as xml, its value is "B3".
SideButton4State B4. When the item is serialized out as xml, its value is "B4".
PenInverted E. When the item is serialized out as xml, its value is "E".
TiltAlongXAxis OTx. When the item is serialized out as xml, its value is "OTx".
TiltAlongYAxis OTy. When the item is serialized out as xml, its value is "OTy".
PenAzimuthAngle OA. When the item is serialized out as xml, its value is "OA".
PenElevationAngle OE. When the item is serialized out as xml, its value is "OE".
PexAxisRotation OR. When the item is serialized out as xml, its value is "OR".
PitchRotation RP. When the item is serialized out as xml, its value is "RP".
RollRotation RR. When the item is serialized out as xml, its value is "RR".
YawRotation RY. When the item is serialized out as xml, its value is "RY".
ColorValue C. When the item is serialized out as xml, its value is "C".
RedColorValue CR. When the item is serialized out as xml, its value is "CR".
GreenColorValue CG. When the item is serialized out as xml, its value is "CG".
BlueColorValue CB. When the item is serialized out as xml, its value is "CB".
CyanColorValue CC. When the item is serialized out as xml, its value is "CC".
MegentaColorValue CM. When the item is serialized out as xml, its value is "CM".
YellowColorValue CY. When the item is serialized out as xml, its value is "CY".
BlackColorValue CK. When the item is serialized out as xml, its value is "CK".
StrokesWidth W. When the item is serialized out as xml, its value is "W".
Time T. When the item is serialized out as xml, its value is "T".
SerialNumber SN. When the item is serialized out as xml, its value is "SN".
TouchWidth TW. When the item is serialized out as xml, its value is "TW".
TouchHeight TH. When the item is serialized out as xml, its value is "TH".
FingerTouch TC. When the item is serialized out as xml, its value is "TC".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace