TextBlock.BreakBefore 屬性

定義

取得表示如何在目前的項目之前中斷內容的 LineBreakCondition

public:
 property System::Windows::LineBreakCondition BreakBefore { System::Windows::LineBreakCondition get(); };
public System.Windows.LineBreakCondition BreakBefore { get; }
member this.BreakBefore : System.Windows.LineBreakCondition
Public ReadOnly Property BreakBefore As LineBreakCondition

屬性值

LineBreakCondition

在目前的項目之後中斷內容的條件。

備註

這個屬性永遠會傳回 BreakDesired

適用於

另請參閱