ImageGear .NET v24.12 - Updated
FilledPolygon Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : FilledPolygon Property
Gets or sets a Filled Polygon mark to be used as a template when creating polygon marks using the mouse.
Syntax
'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);
}

Property Value

ImGearARTFilledPolygon value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members