VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualTool Class / CanModifyImage Property
Syntax Requirements SeeAlso
In This Topic
    CanModifyImage Property (WpfVisualTool)
    In This Topic
    Gets a value indicating whether this visual tool can modify the image.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Overridable ReadOnly Property CanModifyImage As Boolean
    
    
    [Browsable(False)]
    public virtual bool CanModifyImage { get; }
    
    
    [Browsable(False)]
    public: __property virtual bool get_CanModifyImage();
    
    
    
    [Browsable(False)]
    public:
    virtual property bool CanModifyImage { bool get(); }

    Property Value

    Default value is false.
    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