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

ValidationHintBaseDefaultProperties.ActualHintPadding Property

Returns the current hint padding for this ValidationHint object.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public Padding ActualHintPadding { get; }

Property Value

Type Description
Padding

A Padding structure applied to a hint of this ValidationHint object.

Remarks

See the ValidationHintBaseDefaultProperties.HintPadding property to learn more.

See Also