| HatchBrushForegroundColor Property |
Gets or sets the color of hatch lines.
Namespace: Aspose.PSD.BrushesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
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 color of hatch lines.
See Also