SwimlaneShape::FindHeaderBackgroundField Method (IList<ShapeField^>^)

 

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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static AreaField^ FindHeaderBackgroundField(
	IList<ShapeField^>^ shapeFields
)

Parameters

shapeFields
Type: System.Collections.Generic::IList<ShapeField^>^

The area fields to search.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::AreaField^

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

Return to top
Show: