HeaderPane
Main
Hide

SftButton/OCX 4.0 - ActiveX Button Control

Share Link
Print

FillOrientation Property, SftButton Object

Defines the gradient fill orientation.

Syntax

Get

VB.NETFillOrientation = object.FillOrientation As SftButtonOrientationConstants
VBFillOrientation = object.FillOrientation As SftButtonOrientationConstants
C#.NETSftButtonOrientationConstants FillOrientation = object.FillOrientation;
VC++enum SftButtonOrientationConstants FillOrientation = object->FillOrientation;
enum SftButtonOrientationConstants FillOrientation = object->GetFillOrientation();
CHRESULT object->get_FillOrientation(enum SftButtonOrientationConstants* FillOrientation);

Put

VB.NETobject.FillOrientation = FillOrientation As SftButtonOrientationConstants
VBobject.FillOrientation = FillOrientation As SftButtonOrientationConstants
C#.NETSftButtonOrientationConstants object.FillOrientation = FillOrientation;
VC++enum SftButtonOrientationConstants object->FillOrientation = FillOrientation;
void object->PutFillOrientation(enum SftButtonOrientationConstants FillOrientation);
CHRESULT object->put_FillOrientation(enum SftButtonOrientationConstants FillOrientation);

object

A SftButton object.

FillOrientation

Defines the gradient fill orientation.

NameValueDescription
orientationSftButtonHorizontal0Horizontal - Areas are filled horizontally, left to right.
orientationSftButtonVertical1Vertical - Areas are filled vertically, top to bottom.

Comments

The FillOrientation property defines the gradient fill orientation.

See Also SftButton Object | Object Hierarchy


Last Updated 08/23/2026 - (email)
© 2026 Softel vdm, Inc.