TelerikAlignHelper
Class
Provides utility methods for aligning elements within the Telerik document layout.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TelerikAlignHelper
Inheritance: objectTelerikAlignHelper
Constructors
C#
public TelerikAlignHelper()
Methods
Translates the content alignment to accommodate right-to-left layout direction.
C#
public static ContentAlignment RtlTranslateContent(ContentAlignment align)
The content alignment to be translated.
Returns:The translated content alignment suitable for right-to-left layout.