Spread Windows Forms 9.0 Product Documentation
GradientStyle Enumeration


Specifies the background gradient style.
Syntax
'Declaration
 
Public Enum GradientStyle 
   Inherits System.Enum
'Usage
 
Dim instance As GradientStyle
public enum GradientStyle : System.Enum 
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Win.Spread.DrawingSpace Namespace
GradientSection Class
PSGradient Class
Gradient Property

 

 


Copyright © GrapeCity, inc. All rights reserved.