Gets or sets the maximum possible value. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double Maximum { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Maximum As Double |
A double value specifying the maximum.
See Also