ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / ParentPage Property




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

    Property Value

    ImGearARTPage value.
    See Also