Click or drag to resize
AB4D logo

SvgFileLoadingEventArgs Properties

The SvgFileLoadingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertySvgFileStream
Gets or sets a Stream that will be used to read the svg file. The SvgFileStream can be changed in the event handler to change the read svg file.
Public propertySvgFileUri
Gets an Uri of the svg that was read.
Public propertyUserReaderSvg
Gets an instance of the Ab2d.ReaderSvg that is used to read the svg file.
Top
See Also