VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfCompositeInteractionController Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfCompositeInteractionController Class Members
    In This Topic
    The following tables list the members exposed by WpfCompositeInteractionController.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfCompositeInteractionController class.
    Public Properties
     NameDescription
    Public PropertyGets a focused interaction area. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether this interaction controller has appearance.
    Public PropertyGets a read-only collection of interaction areas. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether controller is activated. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interaction object. (Inherited from WpfInteractionControllerBase)
    Public PropertyGets a value indicating whether controller is visible.
    Public PropertyGets a read-only collection of the interaction controllers contained in this composite controller.
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from WpfInteractionControllerBase)
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine.
    Public MethodOverloaded. Finds an interaction controller which can interact with the specified interaction area.
    Public MethodReturns the supported UI actions.
    Public MethodOccurs when interaction controller is activated.
    Public MethodOccurs when interaction controller is deactivated.
    Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
    Public MethodResets the interaction controller.
    Public MethodUpdates the interaction areas of this controller.
    Protected Methods
     NameDescription
    Protected MethodRaises the Activated event.
    Protected MethodRaises the Activating event.
    Protected MethodRaises the Deactivated event.
    Protected MethodRaises the Deactivating event.
    Protected MethodRaises the InteractionFinished event. (Inherited from WpfInteractionControllerBase)
    Protected MethodPerforms an interaction between user and interaction area.
    Public Events
     NameDescription
    Public EventOccurs when the composite interaction controller is activated.
    Public EventOccurs when the composite interaction controller is activating.
    Public EventOccurs when the composite interaction controller is deactivated.
    Public EventOccurs when the composite interaction controller is deactivating.
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from WpfInteractionControllerBase)
    See Also