Northwoods.GoSilverlight 2.1.1 Assembly
BooleanBrushConverter Class Members
See Also  Properties  Methods  Send Feedback
Northwoods.GoXam Namespace : BooleanBrushConverter Class


Glossary Item Box

The following tables list the members exposed by BooleanBrushConverter.

Public Constructors

 NameDescription
Public ConstructorBooleanBrushConverter ConstructorCreate a boolean to Brush converter using the system highlight color as the TrueColor and the system highlight text color as the FalseColor.  
Top

Public Properties

 NameDescription
Public PropertyFalseBrush Gets or sets the brush to be returned by the conversion when the input value is false.  
Public PropertyFalseColorGets or sets the color of FalseBrush when it is a SolidColorBrush.  
Public PropertyTrueBrush Gets or sets the brush to be returned by the conversion when the input value is true.  
Public PropertyTrueColorGets or sets the color of TrueBrush when it is a SolidColorBrush.  
Top

Public Methods

 NameDescription
Public MethodConvertOverridden. This returns FalseBrush when the value is false; otherwise this returns TrueBrush.  
Public MethodConvertBackBy default this just throws a NotImplementedException. (Inherited from Northwoods.GoXam.Converter)
Top

See Also

© 2013 All Rights Reserved.