C# Class Svg2Xaml.SvgStopElement

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

Public Properties

Property Type Description
Color SvgColor
Offset SvgLength
Opacity SvgLength

Public Methods

Method Description
SvgStopElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement stopElement ) : System
ToGradientStop ( ) : System.Windows.Media.GradientStop

Method Details

SvgStopElement() public method

public SvgStopElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement stopElement ) : System
document SvgDocument
parent SvgBaseElement
stopElement System.Xml.Linq.XElement
return System

ToGradientStop() public method

public ToGradientStop ( ) : System.Windows.Media.GradientStop
return System.Windows.Media.GradientStop

Property Details

Color public_oe property

public SvgColor,Svg2Xaml Color
return SvgColor

Offset public_oe property

public SvgLength,Svg2Xaml Offset
return SvgLength

Opacity public_oe property

public SvgLength,Svg2Xaml Opacity
return SvgLength