Click or drag to resize

BrushARGBColor2 Property

Gets or sets the second color of the Brush

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public int ARGBColor2 { get; set; }

Property Value

Type: Int32
Remarks
Only valid on brushes with two colors. Hatch, LinearGradient, WideHatchBrush The color as ARGB value
See Also