SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the gradient fill orientation.
Get
| VB.NET | FillOrientation = object.FillOrientation As SftButtonOrientationConstants |
| VB | FillOrientation = object.FillOrientation As SftButtonOrientationConstants |
| C#.NET | SftButtonOrientationConstants FillOrientation = object.FillOrientation; |
| VC++ | enum SftButtonOrientationConstants FillOrientation = object->FillOrientation; enum SftButtonOrientationConstants FillOrientation = object->GetFillOrientation(); |
| C | HRESULT object->get_FillOrientation(enum SftButtonOrientationConstants* FillOrientation); |
Put
| VB.NET | object.FillOrientation = FillOrientation As SftButtonOrientationConstants |
| VB | object.FillOrientation = FillOrientation As SftButtonOrientationConstants |
| C#.NET | SftButtonOrientationConstants object.FillOrientation = FillOrientation; |
| VC++ | enum SftButtonOrientationConstants object->FillOrientation = FillOrientation; void object->PutFillOrientation(enum SftButtonOrientationConstants FillOrientation); |
| C | HRESULT object->put_FillOrientation(enum SftButtonOrientationConstants FillOrientation); |
object
FillOrientation
Defines the gradient fill orientation.
| Name | Value | Description |
|---|---|---|
| orientationSftButtonHorizontal | 0 | Horizontal - Areas are filled horizontally, left to right. |
| orientationSftButtonVertical | 1 | Vertical - Areas are filled vertically, top to bottom. |
The FillOrientation property defines the gradient fill orientation.
See Also SftButton Object | Object Hierarchy
