C# 클래스 Svg2Xaml.SvgGradientBaseElement

상속: SvgBaseElement
파일 보기 프로젝트 열기: jogibear9988/svg2xaml 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GradientUnits SvgGradientUnits
SpreadMethod SvgSpreadMethod
Stops List
Transform SvgTransform

공개 메소드들

메소드 설명
SvgGradientBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement gradientElement ) : System
ToBrush ( ) : System.Windows.Media.GradientBrush

보호된 메소드들

메소드 설명
CreateBrush ( ) : System.Windows.Media.GradientBrush
SetBrush ( System.Windows.Media.GradientBrush brush ) : System.Windows.Media.GradientBrush

메소드 상세

CreateBrush() 보호된 추상적인 메소드

protected abstract CreateBrush ( ) : System.Windows.Media.GradientBrush
리턴 System.Windows.Media.GradientBrush

SetBrush() 보호된 메소드

protected SetBrush ( System.Windows.Media.GradientBrush brush ) : System.Windows.Media.GradientBrush
brush System.Windows.Media.GradientBrush
리턴 System.Windows.Media.GradientBrush

SvgGradientBaseElement() 공개 메소드

public SvgGradientBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement gradientElement ) : System
document SvgDocument
parent SvgBaseElement
gradientElement System.Xml.Linq.XElement
리턴 System

ToBrush() 공개 메소드

public ToBrush ( ) : System.Windows.Media.GradientBrush
리턴 System.Windows.Media.GradientBrush

프로퍼티 상세

GradientUnits 공개적으로 프로퍼티

public SvgGradientUnits GradientUnits
리턴 SvgGradientUnits

SpreadMethod 공개적으로 프로퍼티

public SvgSpreadMethod SpreadMethod
리턴 SvgSpreadMethod

Stops 공개적으로 프로퍼티

public List Stops
리턴 List

Transform 공개적으로 프로퍼티

public SvgTransform,Svg2Xaml Transform
리턴 SvgTransform