TiKnob.KnobStyle
TiKnob See Also
Specifies the style of the Knob.
type TiKnobStyle = (iksRaisedEdge, iksRaised, iksSunken, iksSunkenEdge);
property KnobStyle : TiKnobStyle;
Description
Set KnobStyle to specify the style of the Knob.
These are the possible values:
Value
Meaning
iksRaisedEdge
3D bevel raised style with an edge.
iksRaised
3D bevel raised style.
iksSunken
3D bevel sunken style with an edge.
iksSunkenEdge
3D bevel sunken style.
Example
Delphi
iComponent.KnobStyle := iksRaisedEdge;
C++ Builder
iComponent->KnobStyle = iksRaisedEdge;
Contents | Index | Previous | Next