Gradient direction
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public enum GradientDirection |
| Visual Basic |
|---|
Public Enumeration GradientDirection |
| Visual C++ |
|---|
public enum class GradientDirection |
| F# |
|---|
type GradientDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Horizontal | 0 | Gradient from left to right | |
| Vertical | 1 | Gradient from top to bottom |