FarPoint.Win.Spread
GradientStyle Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : GradientStyle Enumeration


Specifies the background gradient style.

Syntax

Visual Basic (Declaration) 
Public Enum GradientStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GradientStyle
C# 
public enum GradientStyle : Enum 

Members

MemberDescription
None Displays no gradient fill
LinearTopDown Displays a linear gradient fill from top to bottom
LinearBottomUp Displays a linear gradient fill from bottom to top
LinearLeftRight Displays a linear gradient fill from left to right
LinearRightLeft Displays a linear gradient fill from right to left
LinearTopRightBottomLeft Displays a linear gradient fill from top right to bottom left
LinearTopLeftBottomRight Displays a linear gradient fill from top left to bottom right
RadialFromCenter Displays a radial gradient fill from center to outside edges
RadialIntoCenter Displays a radial gradient fill from outside edges into center

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.DrawingSpace.GradientStyle

See Also