Block.HorizontalTextAlignment 属性

定义

获取或设置一个值,该值指示文本在块中的对齐方式。

public:
 property TextAlignment HorizontalTextAlignment { TextAlignment get(); void set(TextAlignment value); };
TextAlignment HorizontalTextAlignment();

void HorizontalTextAlignment(TextAlignment value);
public TextAlignment HorizontalTextAlignment { get; set; }
var textAlignment = block.horizontalTextAlignment;
block.horizontalTextAlignment = textAlignment;
Public Property HorizontalTextAlignment As TextAlignment
<Paragraph HorizontalTextAlignment="textAlignmentValue"/>

属性值

指定文本对齐方式的 TextAlignment 枚举值之一。 默认值为 Left

注解

此属性支持 XAML 标准。 它提供与 TextAlignement 属性相同的功能。 如果这两个属性都设置为冲突值,则使用最后一个属性集。

适用于