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