Skip to main content
A newer version of this page is available. .

BaseLeafPrimitive Class

Represents the base class for visual elements of gauges.

Namespace: DevExpress.XtraGauges.Core.Primitive

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

Declaration

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
See Also