ImageGear .NET - Updated
ParentGroup Property




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

Reference

ImGearARTMark Class
ImGearARTMark Members