SwimlaneShape.HeaderSize Property
Gets the size of the header for the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HeaderSize As Double
'Usage
Dim instance As SwimlaneShape
Dim value As Double
value = instance.HeaderSize
public virtual double HeaderSize { get; }
public:
virtual property double HeaderSize {
double get ();
}
public function get HeaderSize () : double
Property Value
Type: System.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.