ImageGear .NET v24.12 - Updated
HollowPolygon Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : HollowPolygon Property
Gets or sets a Hollow Polygon mark to be used as a template when creating polygon marks using the mouse.
Syntax
'Declaration
 
Public Property HollowPolygon As ImGearARTHollowPolygon
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTHollowPolygon
 
instance.HollowPolygon = value
 
value = instance.HollowPolygon
public ImGearARTHollowPolygon HollowPolygon {get; set;}
public: __property ImGearARTHollowPolygon* get_HollowPolygon();
public: __property void set_HollowPolygon( 
   ImGearARTHollowPolygon* value
);
public:
property ImGearARTHollowPolygon^ HollowPolygon {
   ImGearARTHollowPolygon^ get();
   void set (    ImGearARTHollowPolygon^ value);
}

Property Value

ImGearARTHollowPolygon value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members