Provides helper methods for layout rounding operations in Telerik UI documents.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public static class LayoutRoundingHelperExtensions
Inheritance: objectLayoutRoundingHelperExtensions
Methods
Enables layout rounding for the specified UI element.
C#
public static void EnableLayoutRounding(this UIElement element)
The UI element for which layout rounding will be enabled.