ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTRichText Class : FillColor Property |
'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); }