ImageGear for .NET
FillColor Property (ImGearARTRichText)




Gets or sets the RichText mark's fill color.
Syntax
'Declaration
 
Public Property FillColor As IImGearRGBQuad
'Usage
 
Dim instance As ImGearARTRichText
Dim value As IImGearRGBQuad
 
instance.FillColor = value
 
value = instance.FillColor
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);
}

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTRichText Class
ImGearARTRichText Members
ImGearRGBQuad Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback