ImageGear .NET - Updated
Border Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : Border Property
Gets or sets the border of the mark.
Syntax
'Declaration
 
Public Property Border As ImGearARTBorder
'Usage
 
Dim instance As ImGearARTPolygon
Dim value As ImGearARTBorder
 
instance.Border = value
 
value = instance.Border
public ImGearARTBorder Border {get; set;}
public: __property ImGearARTBorder* get_Border();
public: __property void set_Border( 
   ImGearARTBorder* value
);
public:
property ImGearARTBorder^ Border {
   ImGearARTBorder^ get();
   void set (    ImGearARTBorder^ value);
}

Property Value

ImGearARTBorder class object.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearARTBorder Class