C# Class Svg2Xaml.SvgURL

显示文件 Open project: jogibear9988/svg2xaml Class Usage Examples

Public Properties

Property Type Description
Id string

Public Methods

Method Description
Parse ( string value ) : SvgURL
SvgURL ( string id ) : System

Method Details

Parse() public static method

public static Parse ( string value ) : SvgURL
value string
return SvgURL

SvgURL() public method

public SvgURL ( string id ) : System
id string
return System

Property Details

Id public_oe property

public string Id
return string