BrushId

EmfPlusDrawString.BrushId property

Gets or sets the brush identifier A 32-bit unsigned integer that specifies the brush, the content of which is determined by the S bit in the Flags field. This definition is used to paint the foreground text color; that is, just the glyphs themselves.

public int BrushId { get; set; }

See Also