SwimlaneShape.HeaderSize Property
Gets the size of the header for the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HeaderSize As Double
public virtual double HeaderSize { get; }
public:
virtual property double HeaderSize {
double get ();
}
abstract HeaderSize : float with get
override HeaderSize : float with get
function get HeaderSize () : double
Property Value
Type: Double
The size of the header for the shape.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.