ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTDroppedAttributeEventArgs Class / AttributeData Property




In This Topic
    AttributeData Property
    In This Topic
    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