Visual Basic (Declaration) | |
---|---|
Public Enum GradientStyle Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As GradientStyle |
C# | |
---|---|
public enum GradientStyle : System.Enum |
Member | Description |
---|---|
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 |
LinearTopDown | Displays a linear gradient fill from top to bottom |
LinearTopLeftBottomRight | Displays a linear gradient fill from top left to bottom right |
LinearTopRightBottomLeft | Displays a linear gradient fill from top right to bottom left |
None | Displays no gradient fill |
RadialFromCenter | Displays a radial gradient fill from center to outside edges |
RadialIntoCenter | Displays a radial gradient fill from outside edges into center |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.DrawingSpace.GradientStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2