VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfCompositeVisualTool Class / ActiveTool Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ActiveTool Property (WpfCompositeVisualTool)
    In This Topic
    Gets or sets the active visual tool.
    Syntax
    'Declaration
    
    Public Property ActiveTool As WpfVisualTool
    
    
    public WpfVisualTool ActiveTool { get; set; }
    
    
    public: __property WpfVisualTool* get_ActiveTool();
    public: __property void set_ActiveTool(
    WpfVisualTool* value
    );
    public:
    property WpfVisualTool^ ActiveTool { WpfVisualTool^ get(); void set(WpfVisualTool^ value); }
    Remarks

    Composite visual tool draws the active visual tool over all other tools and sends mouse/keyboard events only to the active visual tool if active visual tool is specified.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also