VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfImageProcessingTool Class / ExecuteProcessingButtonImage Property
Syntax Requirements SeeAlso
In This Topic
    ExecuteProcessingButtonImage Property (WpfImageProcessingTool)
    In This Topic
    Gets or sets an image of button that executes the image processing.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An image of button that executes the image processing.")>
    Public Property ExecuteProcessingButtonImage As Vintasoft.Imaging.VintasoftImage
    
    
    [Description("An image of button that executes the image processing.")]
    public Vintasoft.Imaging.VintasoftImage ExecuteProcessingButtonImage { get; set; }
    
    
    [Description("An image of button that executes the image processing.")]
    public: __property Vintasoft.Imaging.VintasoftImage* get_ExecuteProcessingButtonImage();
    public: __property void set_ExecuteProcessingButtonImage(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [Description("An image of button that executes the image processing.")]
    public:
    property Vintasoft.Imaging.VintasoftImage^ ExecuteProcessingButtonImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
    Requirements

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

    See Also