FillFlags Enumeration

Flags indicating whether and how the interiors of closed planar regions is displayed within a view.

Members

Name Value Description
None 0 No fill
ByView 1 << 0 Use the element's fill color when fill is enabled in the view's ViewFlags.
Always 1 << 1 Use the element's fill color even when fill is disabled in the view's ViewFlags.
Behind 1 << 2 Render the fill behind other geometry belonging to the same element.
For example if an element's geometry contains text with background fill, the text always renders in front of the fill.
Background 1 << 3 Use the view's background color instead of the element's fill color.
Blanking Behind | Always Combines Behind and Always flags.

Defined in

Last Updated: 08 January, 2020