SvgFileLoadingEventArgs Properties |
The SvgFileLoadingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
SvgFileStream |
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.
| |
SvgFileUri |
Gets an Uri of the svg that was read.
| |
UserReaderSvg |
Gets an instance of the Ab2d.ReaderSvg that is used to read the svg file.
|