ContentPresenter.TextLineBounds 屬性

定義

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

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

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

屬性值

值,指出每一行文字如何決定線條方塊高度。 預設值是 Full

適用於