ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / MarksChanged Property




In This Topic
    MarksChanged Property
    In This Topic
    Gets or sets a value indicating whether the marks changed since they were last saved or loaded.
    Syntax
    'Declaration
     
    Public Property MarksChanged As Boolean
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As Boolean
     
    instance.MarksChanged = value
     
    value = instance.MarksChanged
    public bool MarksChanged {get; set;}
    public: __property bool get_MarksChanged();
    public: __property void set_MarksChanged( 
       bool value
    );
    public:
    property bool MarksChanged {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also