ContentControl that displays a 2D or 3D reflection of its content.

Namespace:  C1.Phone.Extended
Assembly:  C1.Phone.Extended (in C1.Phone.Extended.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Reflection", Type = typeof(Panel))]
public class C1Reflector : ContentControl
Visual Basic
<TemplatePartAttribute(Name := "Reflection", Type := GetType(Panel))> _
Public Class C1Reflector _
	Inherits ContentControl

Inheritance Hierarchy

See Also