Class LayoutRoundingHelper
Inheritance
System.Object
LayoutRoundingHelper
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class LayoutRoundingHelper : DependencyObject
Constructors
LayoutRoundingHelper()
Declaration
public LayoutRoundingHelper()
Fields
EnableLayoutRoundingProperty
Declaration
public static readonly DependencyProperty EnableLayoutRoundingProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetEnableLayoutRounding(DependencyObject)
Declaration
public static bool GetEnableLayoutRounding(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetEnableLayoutRounding(UIElement, Boolean)
Declaration
public static void SetEnableLayoutRounding(UIElement element, bool value)
Parameters
System.Windows.UIElement
element
|
System.Boolean
value
|