TextBlock.TextLineBounds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
property TextLineBounds TextLineBounds { TextLineBounds get(); void set(TextLineBounds value); };
TextLineBounds TextLineBounds();
void TextLineBounds(TextLineBounds value);
public TextLineBounds TextLineBounds { get; set; }
var textLineBounds = textBlock.textLineBounds;
textBlock.textLineBounds = textLineBounds;
Public Property TextLineBounds As TextLineBounds
<TextBlock TextLineBounds="textLineBoundsValue"/>
プロパティ値
TextBlock 内のテキスト行ごとに行ボックスの高さが決定される方法を示す値です。 既定値は [Full]\(全体\) です。
注釈
TextLineBounds のさまざまな値が隣接するテキスト行に与える影響の図については、「TextLineBounds」を参照してください。