Share via


SwimlaneShape.FindHeaderBackgroundField Method

Searches for the area field that contains the background for the shape's header.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Shared Function FindHeaderBackgroundField ( _
    shapeFields As IList(Of ShapeField) _
) As AreaField
public static AreaField FindHeaderBackgroundField(
    IList<ShapeField> shapeFields
)
public:
static AreaField^ FindHeaderBackgroundField(
    IList<ShapeField^>^ shapeFields
)
static member FindHeaderBackgroundField : 
        shapeFields:IList<ShapeField> -> AreaField 
public static function FindHeaderBackgroundField(
    shapeFields : IList<ShapeField>
) : AreaField

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.AreaField
The area field that contains the background for the shape's header.

.NET Framework Security

See Also

Reference

SwimlaneShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace