EmfGradientFill

EmfGradientFill enumeration

The GradientFill enumeration defines the modes for gradient fill operations.

public enum EmfGradientFill

Values

NameValueDescription
GRADIENT_FILL_RECT_H0A mode in which color interpolation is performed along a gradient from the left to the right edges of a rectangle
GRADIENT_FILL_RECT_V1A mode in which color interpolation is performed along a gradient from the top to the bottom edges of a rectangle.
GRADIENT_FILL_TRIANGLE2A mode in which color interpolation is performed between vertexes of a triangleS

See Also