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

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.v19.2.dll

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