Skip to main content

SvgIcon.Source Property

Gets or sets the uniform resource identifier of the SVG image. This is a dependency property.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Uri Source { get; set; }

#Property Value

Type Description
Uri

A Uri object that specifies the uniform resource identifier of the SVG image.

See Also