SequentialWorkflowRootDesigner.TitleHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設計工具標題區域的高度。
protected:
virtual property int TitleHeight { int get(); };
protected override int TitleHeight { get; }
member this.TitleHeight : int
Protected Overrides ReadOnly Property TitleHeight As Integer
屬性值
整數,表示 SequentialWorkflowRootDesigner 標題區域的高度。
備註
根目錄設計工具的標題區域通常包含標頭以及與設計工具相關聯的任何圖示。
TitleHeight 會計算其傳回的整數,方法是取得其基底實作的值並加入為 Header 定義的高度整數。