ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / Description Property




In This Topic
    Description Property (ImGearARTGroup)
    In This Topic
    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