Прочетете на английски Редактиране

Споделяне чрез


Control.RtlTranslateAlignment Method

Definition

Converts the current alignment to the appropriate alignment to support right-to-left text.

Overloads

RtlTranslateAlignment(ContentAlignment)

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

RtlTranslateAlignment(HorizontalAlignment)

Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.

RtlTranslateAlignment(LeftRightAlignment)

Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.

RtlTranslateAlignment(ContentAlignment)

Source:
Control.cs
Source:
Control.cs
Source:
Control.cs

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

C#
protected System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment align);

Parameters

align
ContentAlignment

One of the ContentAlignment values.

Returns

One of the ContentAlignment values.

Remarks

If the RightToLeft property of RightToLeft is set to No, the return value is equal to the align parameter passed in.

See also

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

RtlTranslateAlignment(HorizontalAlignment)

Source:
Control.cs
Source:
Control.cs
Source:
Control.cs

Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.

C#
protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align);

Parameters

align
HorizontalAlignment

One of the HorizontalAlignment values.

Returns

One of the HorizontalAlignment values.

Remarks

If the RightToLeft property of RightToLeft is set to No, the return value is equal to the align parameter passed in.

See also

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

RtlTranslateAlignment(LeftRightAlignment)

Source:
Control.cs
Source:
Control.cs
Source:
Control.cs

Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.

C#
protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align);

Parameters

align
LeftRightAlignment

One of the LeftRightAlignment values.

Returns

One of the LeftRightAlignment values.

Remarks

If the RightToLeft property of RightToLeft is set to No, the return value is equal to the align parameter passed in.

See also

Applies to

.NET Framework 4.8.1 и други версии
Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10