Skip to main content
All docs
V26.1
  • AIToolsBehavior Properties

    Enables AI tools defined in the specified type for a WPF control.
    Name Description
    Context Gets the tool context managed by the behavior.
    ExtensionsContainer Gets or sets a container in which the behavior registers its context.
    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.
    TargetDescription Gets or sets a human-readable explanation for the control (the target) to which the behavior is attached.
    ToolType Gets or sets the type that defines tool methods (annotated with the AIIntegrationTool attribute) to expose to the AI model.
    See Also