ValidationHintBaseDefaultProperties.ActualHintPadding Property
Returns the current hint padding for this ValidationHint object.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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