TextWatermarkForegroundColor Property |
Gets or sets the foreground color of the text.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic Color ForegroundColor { get; set; }
Public Property ForegroundColor As Color
Get
Set
public:
property Color ForegroundColor {
Color get ();
void set (Color value);
}
member ForegroundColor : Color with get, set
Property Value
Type:
ColorThe foreground color of the text.
See Also