FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / GradientStyle Enumeration


GradientStyle Enumeration
Specifies the background gradient style.
Syntax
'Declaration
 
Public Enum GradientStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As GradientStyle
Members
MemberDescription
LinearBottomUpDisplays a linear gradient fill from bottom to top
LinearLeftRightDisplays a linear gradient fill from left to right
LinearRightLeftDisplays a linear gradient fill from right to left
LinearTopDownDisplays a linear gradient fill from top to bottom
LinearTopLeftBottomRightDisplays a linear gradient fill from top left to bottom right
LinearTopRightBottomLeftDisplays a linear gradient fill from top right to bottom left
NoneDisplays no gradient fill
RadialFromCenterDisplays a radial gradient fill from center to outside edges
RadialIntoCenterDisplays a radial gradient fill from outside edges into center
Inheritance Hierarchy

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

See Also