MindFusion.Wpf Pack Programmer's Guide
Header.Width Property
See Also
 





Gets or sets the width of this header.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public new double Width { get; set; }

Visual Basic  Copy Code

Public Shadows Property Width As Double

 Property Value

A double value specifying the header width. The default is 0.

 Remarks

If this is a column header, the property specifies the width of the whole column.

 See Also

Header Members
Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace