SwimlaneShape.HeaderSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the header section of the swim lane. For horizontal lanes it corresponds to the height of the header. For vertical lanes it corresponds to the width of the header.
public:
virtual property double HeaderSize { double get(); };
public virtual double HeaderSize { get; }
member this.HeaderSize : double
Public Overridable ReadOnly Property HeaderSize As Double