Back to Devexpress

BaseLeafPrimitive Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive.md

latest6.5 KB
Original Source

BaseLeafPrimitive Class

Represents the base class for visual elements of gauges.

Namespace : DevExpress.XtraGauges.Core.Primitive

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public abstract class BaseLeafPrimitive :
    BaseLeaf<IRenderableElement>,
    IRenderableElement,
    IRenderable,
    ISupportGeometry,
    ISupportTransform,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportViewInfo,
    ISupportInteraction,
    ISupportCaching,
    IElement<IRenderableElement>,
    INamedObject,
    INamed,
    ISupportVisitor<IElement<IRenderableElement>>,
    ISupportAcceptOrder,
    ISerizalizeableElement,
    IXtraSerializable
vb
Public MustInherit Class BaseLeafPrimitive
    Inherits BaseLeaf(Of IRenderableElement)
    Implements IRenderableElement,
               IRenderable,
               ISupportGeometry,
               ISupportTransform,
               IPrimitive,
               IBaseObject,
               IDisposable,
               ISupportViewInfo,
               ISupportInteraction,
               ISupportCaching,
               IElement(Of IRenderableElement),
               INamedObject,
               INamed,
               ISupportVisitor(Of IElement(Of IRenderableElement)),
               ISupportAcceptOrder,
               ISerizalizeableElement,
               IXtraSerializable

Implements

IXtraSerializable

Inheritance

Show 47 items

Object BaseObject DevExpress.XtraGauges.Core.Base.BaseElement<DevExpress.XtraGauges.Core.Primitive.IRenderableElement> DevExpress.XtraGauges.Core.Base.BaseLeaf<DevExpress.XtraGauges.Core.Primitive.IRenderableElement> BaseLeafPrimitive BaseScaleComponent

LinearScaleEffectLayer

LinearScaleMarker

BaseRangeBar

LinearScaleLevel

LinearScaleRangeBar

StateIndicator

ValueIndicatorComponent<TProvider>

BaseScaleDependentComponent<TProvider>

DigitalBackgroundLayer

DigitalEffectLayer

Label

LinearScale

LinearScaleBackgroundLayer

ArcScale

ArcScaleBackgroundLayer

ArcScaleEffectLayer

ArcScaleMarker

ArcScaleNeedle

ArcScaleRangeBar

ArcScaleSpindleCap

ImageIndicatorComponent

LabelComponent

StateImageIndicatorComponent

ArcScaleBackgroundLayerComponent

ArcScaleComponent

ArcScaleEffectLayerComponent

ArcScaleMarkerComponent

ArcScaleNeedleComponent

ArcScaleRangeBarComponent

ArcScaleSpindleCapComponent

ArcScaleStateIndicatorComponent

DigitalBackgroundLayerComponent

DigitalEffectLayerComponent

LinearScaleBackgroundLayerComponent

LinearScaleComponent

LinearScaleEffectLayerComponent

LinearScaleLevelComponent

LinearScaleMarkerComponent

LinearScaleRangeBarComponent

LinearScaleStateIndicatorComponent

StateIndicatorComponent

See Also

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace