The direction to the GradientFill will follow
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9
Syntax
| C# |
|---|
public enum FillDirection |
| Visual Basic (Declaration) |
|---|
Public Enumeration FillDirection |
| Visual C++ |
|---|
public enum class FillDirection |
Members
| Member name | Description | |
|---|---|---|
| LeftToRight |
The fill goes horizontally
| |
| TopToBottom |
The fill goes vertically
|