ImageGear .NET v24.12 - Updated
Group Property (ImGearARTCreatingMarkEventArgs)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCreatingMarkEventArgs Class : Group Property
Gets the mark's parent group.
Syntax
'Declaration
 
Public ReadOnly Property Group As ImGearARTGroup
'Usage
 
Dim instance As ImGearARTCreatingMarkEventArgs
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

ImGearARTCreatingMarkEventArgs Class
ImGearARTCreatingMarkEventArgs Members