|
|
|
SftButton.FillOrientation Property |
Defines the gradient fill orientation.
Syntax
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;
|
||
C |
HRESULT object->get_FillOrientation(enum SftButtonOrientationConstants* FillOrientation); |
||
Delphi |
FillOrientation := object.FillOrientation : TOleEnum; |
||
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;
|
||
C |
HRESULT object->put_FillOrientation(enum SftButtonOrientationConstants FillOrientation); |
||
Delphi |
object.FillOrientation := FillOrientation : TOleEnum; |
object
A SftButton object.
FillOrientation
Defines the gradient fill orientation.
Name |
Value |
Description |
0 |
Horizontal - Areas are filled horizontally, left to right. |
|
1 |
Vertical - Areas are filled vertically, top to bottom. |
Comments
The FillOrientation property defines the gradient fill orientation.