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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(null)]
[DXCategory("Layout")]
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.
See Also