ImageGear .NET - Updated
AttributeData Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTDroppedAttributeEventArgs Class : AttributeData Property
Gets the XML formatted string representing the attribute data that was dropped.
Syntax
'Declaration
 
Public ReadOnly Property AttributeData As String
'Usage
 
Dim instance As ImGearARTDroppedAttributeEventArgs
Dim value As String
 
value = instance.AttributeData
public string AttributeData {get;}
public: __property string* get_AttributeData();
public:
property String^ AttributeData {
   String^ get();
}

Property Value

String value.
See Also

Reference

ImGearARTDroppedAttributeEventArgs Class
ImGearARTDroppedAttributeEventArgs Members