Freigeben über


MarkerType-Klasse

Defines the MarkerType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType
        DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor
        DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor

Namespace:  DocumentFormat.OpenXml.Drawing.ChartDrawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(XPosition))> _
<ChildElementInfoAttribute(GetType(YPosition))> _
Public MustInherit Class MarkerType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As MarkerType
[ChildElementInfoAttribute(typeof(XPosition))]
[ChildElementInfoAttribute(typeof(YPosition))]
public abstract class MarkerType : OpenXmlCompositeElement

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

MarkerType-Member

DocumentFormat.OpenXml.Drawing.ChartDrawing-Namespace