Skip to main content

BadgeProperties.SvgImageSize Property

Gets or sets the size of the vector image assigned to a badge.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

Type Description
Size

The vector image size.

See Also