wpf-devexpress-dot-xpf-dot-gauges-8a89f46c.md
A base for all classes that contain presentation settings.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public abstract class PresentationBase :
GaugeDependencyObject,
INamedElement
Public MustInherit Class PresentationBase
Inherits GaugeDependencyObject
Implements INamedElement
The PresentationBase class provides all functional capabilities that are common for presentation settings derived from it: (e.g. ArcScaleLayerPresentation returned by the ArcScaleLayer.Presentation property, ArcScaleMarkerPresentation returned by the ArcScaleMarker.Presentation property, etc.)
Show 53 items
Object DispatcherObject DependencyObject Freezable GaugeDependencyObject PresentationBase LayerPresentation
CustomLinearScaleMarkerPresentation
CustomLinearScaleRangeBarPresentation
CircularGaugeLayerPresentation
CustomArcScaleLayerPresentation
CustomArcScaleLinePresentation
CustomArcScaleMarkerPresentation
CustomArcScaleNeedlePresentation
CustomArcScaleRangeBarPresentation
CustomArcScaleRangePresentation
CustomCircularGaugeLayerPresentation
CustomDigitalGaugeLayerPresentation
CustomFourteenSegmentsPresentation
CustomLinearGaugeLayerPresentation
CustomLinearScaleLayerPresentation
CustomLinearScaleLevelBarPresentation
CustomLinearScaleLinePresentation
CustomLinearScaleRangePresentation
CustomSevenSegmentsPresentation
LinearScaleLevelBarPresentation
PredefinedDigitalGaugeLayerPresentation
PredefinedLinearScaleMarkerPresentation
PredefinedLinearScaleRangeBarPresentation
See Also