ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMark Class / ParentGroup Property




In This Topic
    ParentGroup Property
    In This Topic
    Gets the reference to the parent group.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentGroup As ImGearARTGroup
    'Usage
     
    Dim instance As ImGearARTMark
    Dim value As ImGearARTGroup
     
    value = instance.ParentGroup
    public ImGearARTGroup ParentGroup {get;}
    public: __property ImGearARTGroup* get_ParentGroup();
    public:
    property ImGearARTGroup^ ParentGroup {
       ImGearARTGroup^ get();
    }

    Property Value

    ImGearARTGroup value.
    See Also