IntRangedValue Class

Defines an integer value within a minimum and maximum range.

  public class IntRangedValue : RangedValue

Public Instance Constructors

Constructor Description
IntRangedValue() Initializes a new instance of the IntRangedValue class.
IntRangedValue(IModelItemOwner) Initializes a new instance of the IntRangedValue class.
IntRangedValue(IModelItemOwner, string) Initializes a new instance of the IntRangedValue class.

Public Instance Properties

Property Description
MaxValue Gets or sets the maximum value of the range.
MinValue Gets or sets the minimum value of the range.
Step Gets or sets the value of the increment or decrement value when the NextValue or PreviousValue methods are called.
Value Gets or sets the current value.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also