SwimlaneShape::HeaderSize Property

 

Gets the size of the header for the shape.

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

public:
property double HeaderSize {
	virtual double get();
}

Property Value

Type: System::Double

The size of the header for the shape.

For horizontal swimlanes, the size of the header corresponds to the height of the header. For vertical swimlanes, the size of the header corresponds to the width of the header.

Return to top
Show: