Enum XpsSpreadMethod

XpsSpreadMethod enumeration

Valid values of gradient brushes’ SpreadMethod property.

public enum XpsSpreadMethod

Values

NameValueDescription
Pad0In this method, the first color and the last color are used to fill the remaining fill area at the beginning and end.
Reflect1In this method, the gradient stops are replayed in reverse order repeatedly to cover the fill area.
Repeat2In this method, the gradient stops are repeated in order until the fill area is covered.

See Also