C# Class Svg2Xaml.SvgRadialGradientElement

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

Public Properties

Property Type Description
CX SvgCoordinate
CY SvgCoordinate
FX SvgCoordinate
FY SvgCoordinate
R SvgLength

Public Methods

Method Description
SvgRadialGradientElement ( SvgDocument document, SvgBaseElement parent, XElement radialGradientElement ) : System.Windows

Protected Methods

Method Description
CreateBrush ( ) : System.Windows.Media.GradientBrush
SetBrush ( GradientBrush brush ) : GradientBrush

Method Details

CreateBrush() protected method

protected CreateBrush ( ) : System.Windows.Media.GradientBrush
return System.Windows.Media.GradientBrush

SetBrush() protected method

protected SetBrush ( GradientBrush brush ) : GradientBrush
brush GradientBrush
return GradientBrush

SvgRadialGradientElement() public method

public SvgRadialGradientElement ( SvgDocument document, SvgBaseElement parent, XElement radialGradientElement ) : System.Windows
document SvgDocument
parent SvgBaseElement
radialGradientElement XElement
return System.Windows

Property Details

CX public_oe property

public SvgCoordinate,Svg2Xaml CX
return SvgCoordinate

CY public_oe property

public SvgCoordinate,Svg2Xaml CY
return SvgCoordinate

FX public_oe property

public SvgCoordinate,Svg2Xaml FX
return SvgCoordinate

FY public_oe property

public SvgCoordinate,Svg2Xaml FY
return SvgCoordinate

R public_oe property

public SvgLength,Svg2Xaml R
return SvgLength