Поделиться через


SwimlaneShape.HeaderSize Property

Gets the size of the header for the shape.

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

Syntax

'Декларация
Public Overridable ReadOnly Property HeaderSize As Double
    Get
public virtual double HeaderSize { get; }
public:
virtual property double HeaderSize {
    double get ();
}
abstract HeaderSize : float
override HeaderSize : float
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

See Also

Reference

SwimlaneShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace