ImageGear .NET - Updated
Group Property (ImGearARTDroppedMarkEventArgs)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTDroppedMarkEventArgs Class : Group Property
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

Reference

ImGearARTDroppedMarkEventArgs Class
ImGearARTDroppedMarkEventArgs Members