Back to Devexpress

PresentationBase Class

wpf-devexpress-dot-xpf-dot-gauges-8a89f46c.md

latest6.0 KB
Original Source

PresentationBase Class

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

Declaration

csharp
public abstract class PresentationBase :
    GaugeDependencyObject,
    INamedElement
vb
Public MustInherit Class PresentationBase
    Inherits GaugeDependencyObject
    Implements INamedElement

Remarks

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.)

Inheritance

Show 53 items

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject PresentationBase LayerPresentation

ScaleLabelPresentation

StatePresentation

TickmarksPresentation

ValueIndicatorPresentation

LinearScaleMarkerPresentation

Matrix5x8Presentation

Matrix8x14Presentation

CustomTickmarksPresentation

SevenSegmentsPresentation

SpindleCapPresentation

LinearScaleLayerPresentation

CustomLinearScaleMarkerPresentation

CustomLinearScaleRangeBarPresentation

DigitalGaugeLayerPresentation

FourteenSegmentsPresentation

CircularGaugeLayerPresentation

CustomArcScaleLayerPresentation

CustomArcScaleLinePresentation

CustomArcScaleMarkerPresentation

CustomArcScaleNeedlePresentation

CustomArcScaleRangeBarPresentation

CustomArcScaleRangePresentation

CustomCircularGaugeLayerPresentation

ArcScaleLayerPresentation

ArcScaleLinePresentation

ArcScaleMarkerPresentation

ArcScaleNeedlePresentation

ArcScaleRangeBarPresentation

ArcScaleRangePresentation

CustomDigitalGaugeLayerPresentation

CustomFourteenSegmentsPresentation

CustomLinearGaugeLayerPresentation

CustomLinearScaleLayerPresentation

CustomLinearScaleLevelBarPresentation

CustomLinearScaleLinePresentation

CustomLinearScaleRangePresentation

CustomMatrix5x8Presentation

CustomMatrix8x14Presentation

CustomScaleLabelPresentation

CustomSevenSegmentsPresentation

CustomSpindleCapPresentation

CustomStatePresentation

LinearScaleLevelBarPresentation

PredefinedDigitalGaugeLayerPresentation

PredefinedLinearScaleMarkerPresentation

PredefinedLinearScaleRangeBarPresentation

See Also

PresentationBase Members

DevExpress.Xpf.Gauges Namespace