C# Class DecorationConnector.Silverlight.DecorConnector

Inheritance: IReadOnlyDecoration
Mostrar archivo Open project: davidnemeti/Sarcasm

Public Methods

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

Private Methods

Method Description
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
TransformTextDecoration ( Sarcasm.Unparsing.Styles textDecoration ) : System.Windows.TextDecorationCollection

Method Details

ContainsKey() public method

public ContainsKey ( object key ) : bool
key object
return bool

DecorConnector() public method

public DecorConnector ( IReadOnlyDecoration decoration ) : System
decoration IReadOnlyDecoration
return System

TryGetValueTypeless() public method

public TryGetValueTypeless ( object key, object &value ) : bool
key object
value object
return bool