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

ValidationHintBaseProperties.SvgImageSize Property

Gets or sets the size of vector images assigned to validation hints.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Size SvgImageSize { get; set; }

Property Value

Type Description
Size

The vector image size.

See Also