ImageGear .NET - Updated
IsZOrderRecorded Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHistory Class : IsZOrderRecorded Property
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

Reference

ImGearARTHistory Class
ImGearARTHistory Members