'宣言 Public Event AnimationTransform As System.EventHandler(Of AnimationTransformEventArgs)
public event System.EventHandler<AnimationTransformEventArgs> AnimationTransform
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、AnimationTransformEventArgs 型の引数を受け取りました。次の AnimationTransformEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
AxisType | Gets the axis type. |
Cancel | Whether to cancel the default animation. |
End | Gets the ending position. |
PointIndex | Get the current point index. |
Position | Gets the animation position (from 0.0 to 1.0). |
Series | Gets the current series. |
Start | Gets the startig position. |
State | Gets the animation state. |
Value | Gets or sets the value in data coordinates. |
参照