ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHistory Class / IsZOrderRecorded Property




In This Topic
    IsZOrderRecorded Property
    In This Topic
    Gets or sets a value indicating whether the z-order history recording is enabled.
    Syntax
    'Declaration
     
    Public Property IsZOrderRecorded As Boolean
    'Usage
     
    Dim instance As ImGearARTHistory
    Dim value As Boolean
     
    instance.IsZOrderRecorded = value
     
    value = instance.IsZOrderRecorded
    public bool IsZOrderRecorded {get; set;}
    public: __property bool get_IsZOrderRecorded();
    public: __property void set_IsZOrderRecorded( 
       bool value
    );
    public:
    property bool IsZOrderRecorded {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also