C# Class DecorationConnector.WPF.DecorConnector

Inheritance: IReadOnlyDecoration
Afficher le fichier Open project: davidnemeti/Sarcasm

Méthodes publiques

Méthode Description
ContainsKey ( object key ) : bool
DecorConnector ( IReadOnlyDecoration decoration ) : System
TryGetValueTypeless ( object key, object &value ) : bool

Private Methods

Méthode Description
TransformBaselineAlignment ( Sarcasm.Unparsing.Styles baselineAlignment ) : System.Windows.BaselineAlignment
TransformColor ( Sarcasm.Unparsing.Styles color ) : Color
TransformFontFamily ( Sarcasm.Unparsing.Styles fontFamily ) : System.Windows.Media.FontFamily
TransformFontStretch ( Sarcasm.Unparsing.Styles fontStretch ) : System.Windows.FontStretch
TransformFontStyle ( Sarcasm.Unparsing.Styles fontStyle ) : System.Windows.FontStyle
TransformFontWeight ( Sarcasm.Unparsing.Styles fontWeight ) : System.Windows.FontWeight
TransformPen ( Sarcasm.Unparsing.Styles pen ) : System.Windows.Media.Pen
TransformTextDecoration ( Sarcasm.Unparsing.Styles textDecoration ) : System.Windows.TextDecorationCollection
TransformTextDecorationLocation ( Sarcasm.Unparsing.Styles textDecorationLocation ) : System.Windows.TextDecorationLocation

Method Details

ContainsKey() public méthode

public ContainsKey ( object key ) : bool
key object
Résultat bool

DecorConnector() public méthode

public DecorConnector ( IReadOnlyDecoration decoration ) : System
decoration IReadOnlyDecoration
Résultat System

TryGetValueTypeless() public méthode

public TryGetValueTypeless ( object key, object &value ) : bool
key object
value object
Résultat bool