ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTDroppedMarkEventArgs Class / Group Property




In This Topic
    Group Property (ImGearARTDroppedMarkEventArgs)
    In This Topic
    Gets the parent group of the mark that was dropped.
    Syntax
    'Declaration
     
    Public ReadOnly Property Group As ImGearARTGroup
    'Usage
     
    Dim instance As ImGearARTDroppedMarkEventArgs
    Dim value As ImGearARTGroup
     
    value = instance.Group
    public ImGearARTGroup Group {get;}
    public: __property ImGearARTGroup* get_Group();
    public:
    property ImGearARTGroup^ Group {
       ImGearARTGroup^ get();
    }

    Property Value

    ImGearARTGroup class object.
    See Also