Skip to main content
All docs
V25.2
  • AIToolsBehavior Properties

    Enables AI tools defined in the specified type for a WPF control.
    Name Description
    CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
    Context Gets the tool context managed by the behavior.
    DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
    Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
    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.
    IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
    IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
    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