Gets or sets the standard width of cell in the bottom timeline. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double CellWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellWidth As Double |
A double value specifying the width of the cells in the bottom timeline. The default is 40.
See Also