Back to Devexpress

RangeBase Properties

wpf-devexpress-dot-xpf-dot-gauges-dot-rangebase-dot-underscore-properties.md

latest3.2 KB
Original Source

RangeBase Properties

Serves as the base class for all ranges.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EndValueGets or sets the end position of the range on a scale.
EndValueAbsoluteGets a value that specifies the end range position on a scale in absolute units.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsHitTestVisibleGets or sets a value that defines whether a range can be returned as a hit-testing result.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
OptionsProvides access to the settings that specify the shape and position of the current range.
StartValueGets or sets the start position of the range on a scale.
StartValueAbsoluteGets a value that specifies the start range position in absolute units.
VisibleGets or sets whether the layer is visible. Inherited from LayerBase.

See Also

RangeBase Class

RangeBase Members

DevExpress.Xpf.Gauges Namespace