Click or drag to resize

BrushHTMLColor2 Property

Gets or sets the second color of the Brush

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public string HTMLColor2 { get; set; }

Property Value

Type: String
Remarks
Only valid on brushes with two colors. Hatch, LinearGradient, WideHatchBrush. The color as string in the HTML format #FFFFFF.
See Also