ImageGear .NET - Updated
Border Property (IImGearARTPolygon)




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

Property Value

ImGearARTBorder class object.
See Also

Reference

IImGearARTPolygon Interface
IImGearARTPolygon Members
ImGearARTBorder Class