ImageGear for .NET
FillColor Property (ImGearARTFilledEllipse)




Gets or sets the fill color of the mark.
Syntax
public IImGearRGBQuad FillColor {get; set;}
public: __property IImGearRGBQuad* get_FillColor();
public: __property void set_FillColor( 
   IImGearRGBQuad* value
);
public:
property IImGearRGBQuad^ FillColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}
'Declaration
 
Public Property FillColor As IImGearRGBQuad
 
'Usage
 
Dim instance As ImGearARTFilledEllipse
Dim value As IImGearRGBQuad
 
instance.FillColor = value
 
value = instance.FillColor

Property Value

ImageGear.Core.ImGearRGBQuad structure object.
See Also

Reference

ImGearARTFilledEllipse Class
ImGearARTFilledEllipse Members
ImGearRGBQuad Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback