New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:alignContentAlignment

The content alignment to be translated.

Returns:

ContentAlignment

The translated content alignment suitable for right-to-left layout.