Wrapper to get layout rounding in WPF 3.5.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public sealed class C1LayoutRounder : ContentPresenter
Visual Basic
Public NotInheritable Class C1LayoutRounder _
	Inherits ContentPresenter
XAML Object Element Usage
<C1LayoutRounder .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..ContentPresenter
          C1.Phone..::..C1LayoutRounder

See Also