TiKnob.KnobEdgeWidth
TiKnob See Also
Specifies the width of the Knob edge.
property KnobEdgeWidth : Integer;
Description
Use KnobEdgeWidth to read or change the width of the Knob edge.
Example
Delphi
iComponent.KnobEdgeWidth := 3;
C++ Builder
iComponent->KnobEdgeWidth = 3;
Note: Only has an effect if KnobStyle = iksRaisedEdge or iksSunkenEdge.
Contents | Index | Previous | Next