The CornerRadius to select when the source value is true.

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

Syntax

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

See Also