![]() |
![]() ![]() ![]() |
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox, acImagesComboBox and TacTreeComboBox components as subproperty of AttachedLabel structure.
|
type
|
TacAttachedLabelSpacingKind = (skNearPoint, skFarPoint);
|
|
property SpacingKind: TacAttachedLabelSpacingKind;
|
The SpacingKind property specifies how to measure the spacing between the control and attached label.
|
|
There is two possible values for SpacingKind property:
|
Value | Meaning
|
skNearPoint | the Spacing property signifies the distance between control and nearest point of attached label;
|
skFarPoint | the Spacing property signigies the distance between control and far point of label.
|
![]() |
Spacing and Position properties.
|