ValidationHintBaseDefaultProperties.ActualHintPadding Property
Returns the current hint padding for this ValidationHint object.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
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