ImageGear .NET v24.12 - Updated
BorderColor Property (ImGearARTHollowPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowPolygon Class : BorderColor Property
Gets or sets the border color of the mark.
Syntax
'Declaration
 
Public Property BorderColor As IImGearRGBQuad
'Usage
 
Dim instance As ImGearARTHollowPolygon
Dim value As IImGearRGBQuad
 
instance.BorderColor = value
 
value = instance.BorderColor
public IImGearRGBQuad BorderColor {get; set;}
public: __property IImGearRGBQuad* get_BorderColor();
public: __property void set_BorderColor( 
   IImGearRGBQuad* value
);
public:
property IImGearRGBQuad^ BorderColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTHollowPolygon Class
ImGearARTHollowPolygon Members
ImGearRGBQuad Structure