'宣言 Public Enum Manipulations Inherits System.Enum
public enum Manipulations : System.Enum
'宣言 Public Enum Manipulations Inherits System.Enum
public enum Manipulations : System.Enum
| メンバ | 解説 | 
|---|---|
| All | All available manipulations. | 
| None | No manipulations. | 
| Rotate | A rotation. | 
| Scale | A scale in both directions. | 
| Translate | A translation in the x and/or y axes. | 
| TranslateX | A translation in the x-axis. | 
| TranslateY | A translation in the y-axis. | 
System.Object
   System.ValueType
      System.Enum
         C1.Win.Touch.Manipulations