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