SequentialWorkflowRootDesigner.TitleHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the height of the title area of the designer.
protected:
virtual property int TitleHeight { int get(); };
protected override int TitleHeight { get; }
member this.TitleHeight : int
Protected Overrides ReadOnly Property TitleHeight As Integer
Property Value
An integer that represents the height of the title area of the SequentialWorkflowRootDesigner.
Remarks
A root designer title area typically contains the header and any icon associated with the designer.
TitleHeight calculates the integer it returns by getting the value of its base implementation and adding the height integer defined for the Header.