ImageGear .NET v24.12 - Updated
Description Property (ImGearARTGroup)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroup Class : Description Property
Gets or sets the group description.
Syntax
'Declaration
 
Public Property Description As String
'Usage
 
Dim instance As ImGearARTGroup
Dim value As String
 
instance.Description = value
 
value = instance.Description
public string Description {get; set;}
public: __property string* get_Description();
public: __property void set_Description( 
   string* value
);
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearARTGroup Class
ImGearARTGroup Members