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

ValidationHintBaseDefaultProperties.BorderToHintDistance Property

Gets or sets the indent between a border and a hint of this ValidationHint object.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Default Description
Nullable<Int32> *null*

A Nullable<T><Int32,> object that specifies the indent between a border and a hint of this ValidationHint object.

Remarks

The BorderToHintDistance property specifies the distance between a validation hint’s border and the hint (the figure below). Both elements can be disabled by using the ValidationHintBaseDefaultProperties.ShowBorder and ValidationHintBaseDefaultProperties.ShowHint properties respectively.

Adorner - Validation Hint Distances

See Also