BrushStyle

EmfLogBrushEx.BrushStyle property

Gets or sets a 32-bit unsigned integer that specifies the brush style. The value MUST be an enumeration from WMF BrushStyle enumeration ([MS-WMF] section 2.1.1.4). The style values that are supported in this structure are listed later in this section. The BS_NULL style SHOULD be used to specify a brush that has no effect.

public WmfBrushStyle BrushStyle { get; set; }

See Also