SvgIcon(SvgImage, Size) Constructor
In This Article
Initializes a new instance of the SvgIcon class.
Namespace: DevExpress.UI.Xaml
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
default |
Svg |
The SVG image. |
default |
Size | The default size of the image. |
See Also