The style to select when the source value is false.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style FalseStyle { get; set; }
Visual Basic
Public Property FalseStyle As Style
	Get
	Set
Visual C++
public:
property Style^ FalseStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also