MindFusion.Wpf Pack Programmer's Guide
Slider.Maximum Property
See Also
 





Gets or sets the maximum value displayed by the slider. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public double Maximum { get; set; }

Visual Basic  Copy Code

Public Property Maximum As Double

 Property Value

A double value specifying the slider maximum.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace