C# Class Svg2Xaml.SvgUrlPaint

Inheritance: SvgPaint
显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
Url string

Public Methods

Method Description
SvgUrlPaint ( string url ) : System
ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush

Method Details

SvgUrlPaint() public method

public SvgUrlPaint ( string url ) : System
url string
return System

ToBrush() public method

public ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush
element SvgBaseElement
return System.Windows.Media.Brush

Property Details

Url public_oe property

public string Url
return string