Gets the calculated length of the progress indicator. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double ProgressLength { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ProgressLength As Double |
A double value specifying the width of the horizontal progress indicator.
See Also