C# 클래스 Svg2Xaml.SvgUrlPaint

상속: SvgPaint
파일 보기 프로젝트 열기: jogibear9988/svg2xaml

공개 프로퍼티들

프로퍼티 타입 설명
Url string

공개 메소드들

메소드 설명
SvgUrlPaint ( string url ) : System
ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush

메소드 상세

SvgUrlPaint() 공개 메소드

public SvgUrlPaint ( string url ) : System
url string
리턴 System

ToBrush() 공개 메소드

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

프로퍼티 상세

Url 공개적으로 프로퍼티

public string Url
리턴 string