corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive.md
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
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
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
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
ValueIndicatorComponent<TProvider>
BaseScaleDependentComponent<TProvider>
ArcScaleBackgroundLayerComponent
ArcScaleStateIndicatorComponent
DigitalBackgroundLayerComponent
LinearScaleBackgroundLayerComponent
LinearScaleEffectLayerComponent
LinearScaleStateIndicatorComponent
See Also