Gets or sets the distance between colliding resource allocations. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double Spacing { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Spacing As Double |
A double value specifying the distance between adjacent items.
See Also