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




In This Topic
    Group Property (ImGearARTCreatingMarkEventArgs)
    In This Topic
    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