Skip to main content
A newer version of this page is available. .

ValidationHintBaseDefaultProperties.IconToTextDistance Property

Gets or sets the distance between text and image within a hint, displayed by this ValidationHint object.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(null)]
public int? IconToTextDistance { get; set; }

Property Value

Type Default Description
Nullable<Int32> *null*

An Int32 value that is the distance between text and image within a hint, displayed by this ValidationHint object.

Remarks

If a ValidationHint object displays its hints (the ValidationHintBaseDefaultProperties.ShowHint property), it can display text and image content. To specify the distance between them, use the IconToTextDistance property (see the figure below).

Adorner - Validation Hint Distances

See Also