共用方式為


RichTextBlock.TextLineBounds 屬性

定義

取得或設定值,這個值表示 RichTextBlock中每一行文字如何決定行框高度。

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

void TextLineBounds(TextLineBounds value);
public TextLineBounds TextLineBounds { get; set; }
var textLineBounds = richTextBlock.textLineBounds;
richTextBlock.textLineBounds = textLineBounds;
Public Property TextLineBounds As TextLineBounds
<RichTextBlock TextLineBounds="textLineBoundsValue"/>

屬性值

值,指出 RichTextBlock中每一行文字如何決定行框高度。 預設值是 Full

備註

如需 TextLineBounds 不同值如何影響相鄰文字行的圖例,請參閱 TextLineBounds

適用於