TiKnob.OuterMargin
TiKnob See Also
Specifies the margin around the knob when AutoSize is enabled.
property OuterMargin : Integer;
Description
Use OuterMargin to get or set margin around the knob when AutoSize is enabled. When AutoSize is disabled, this property has no effect.
Example
Delphi
iComponent.OuterMargin := 5;
C++ Builder
iComponent->OuterMargin = 5;
Contents | Index | Previous | Next