ByteRangedValue Class

Defines a byte value within a minimum and maximum range.

  public class ByteRangedValue : RangedValue

Public Instance Constructors

Constructor Description
ByteRangedValue() Initializes a new instance of the ByteRangedValue class.
ByteRangedValue(IModelItemOwner) Initializes a new instance of the ByteRangedValue class.
ByteRangedValue(IModelItemOwner, string) Initializes a new instance of the ByteRangedValue 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 method is 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