TokenEditorBehavior Properties
Provides access to token settings and allows you to control the token editing process.| Name | Description |
|---|---|
| ActiveToken | Returns the currently active token. This is a dependency property. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| NewTokenEditSettings | Gets or sets an object that contains the new token’s settings. This is a dependency property. |
| TokenEditor | Gets the token editor associated with the behavior. |
| TokenEditSettings | Gets or sets an object that contains the token’s settings. This is a dependency property. |
See Also