Skip to main content

TdxWizardControlHeader.DescriptionOffset Property

Specifies the distance between the header description‘s left edge and the header title‘s left edge, in pixels.

Declaration

property DescriptionOffset: Integer read; write;

Property Value

Type
Integer

Remarks

Set this property to 0 to apply the default offset value (that is, 22 pixels) to the header description.

The DescriptionOffset property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The wchvDescriptionOffset flag is automatically added to the AssignedValues property value on the first change of the DescriptionOffset property value. Removing this flag sets the DescriptionOffset property to 0.

See Also