Range Class

Represents an Avalonia XAML Avalonia.Markup.Xaml.MarkupExtension for specifying value ranges from XAML.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public class Range : MarkupExtension
Inheritance
Object    MarkupExtension    Range

Constructors

Range(Double, Double) Initializes a new instance of Range class.
Range(Double, Double, Double, Double) Initializes a new instance of Range class with specified minimum distance and maximum distance.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ProvideValue
(Overrides MarkupExtension.ProvideValue(IServiceProvider))
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also