'Declaration Public Property FilledPolygon As ImGearARTFilledPolygon
'Usage Dim instance As ImGearARTMarkTemplates Dim value As ImGearARTFilledPolygon instance.FilledPolygon = value value = instance.FilledPolygon
public ImGearARTFilledPolygon FilledPolygon {get; set;}
public: __property ImGearARTFilledPolygon* get_FilledPolygon(); public: __property void set_FilledPolygon( ImGearARTFilledPolygon* value );
public: property ImGearARTFilledPolygon^ FilledPolygon { ImGearARTFilledPolygon^ get(); void set ( ImGearARTFilledPolygon^ value); }