Class
TelerikAlignHelper

Provides utility methods for aligning elements within the Telerik document layout.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TelerikAlignHelper

Inheritance: objectTelerikAlignHelper

Constructors

TelerikAlignHelper()

Declaration

cs-api-definition
public TelerikAlignHelper()

Methods

RtlTranslateContent(ContentAlignment)

Translates the content alignment to accommodate right-to-left layout direction.

Declaration

cs-api-definition
public static ContentAlignment RtlTranslateContent(ContentAlignment align)

Parameters

align

ContentAlignment

The content alignment to be translated.

Returns

ContentAlignment

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