C# Class Svg2Xaml.SvgGradientBaseElement

Inheritance: SvgBaseElement
Afficher le fichier Open project: jogibear9988/svg2xaml Class Usage Examples

Méthodes publiques

Свойство Type Description
GradientUnits SvgGradientUnits
SpreadMethod SvgSpreadMethod
Stops List
Transform SvgTransform

Méthodes publiques

Méthode Description
SvgGradientBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement gradientElement ) : System
ToBrush ( ) : System.Windows.Media.GradientBrush

Méthodes protégées

Méthode Description
CreateBrush ( ) : System.Windows.Media.GradientBrush
SetBrush ( System.Windows.Media.GradientBrush brush ) : System.Windows.Media.GradientBrush

Method Details

CreateBrush() protected abstract méthode

protected abstract CreateBrush ( ) : System.Windows.Media.GradientBrush
Résultat System.Windows.Media.GradientBrush

SetBrush() protected méthode

protected SetBrush ( System.Windows.Media.GradientBrush brush ) : System.Windows.Media.GradientBrush
brush System.Windows.Media.GradientBrush
Résultat System.Windows.Media.GradientBrush

SvgGradientBaseElement() public méthode

public SvgGradientBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement gradientElement ) : System
document SvgDocument
parent SvgBaseElement
gradientElement System.Xml.Linq.XElement
Résultat System

ToBrush() public méthode

public ToBrush ( ) : System.Windows.Media.GradientBrush
Résultat System.Windows.Media.GradientBrush

Property Details

GradientUnits public_oe property

public SvgGradientUnits GradientUnits
Résultat SvgGradientUnits

SpreadMethod public_oe property

public SvgSpreadMethod SpreadMethod
Résultat SvgSpreadMethod

Stops public_oe property

public List Stops
Résultat List

Transform public_oe property

public SvgTransform,Svg2Xaml Transform
Résultat SvgTransform