Name

LinearGradientMode

Synopsis

This enumeration lists the predefined angles that can be applied to a LinearGradientBrush.


public enum LinearGradientMode {

   Horizontal = 0,

   Vertical = 1,

   ForwardDiagonal = 2,

   BackwardDiagonal = 3

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) LinearGradientMode

Passed To

LinearGradientBrush.LinearGradientBrush()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.