Sdílet prostřednictvím


GraphicFrame.Graphic Property

Graphical Object.Represents the element tag in schema: a:graphic

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

Syntax

'Declaration
Public Property Graphic As Graphic
    Get
    Set
'Usage
Dim instance As GraphicFrame
Dim value As Graphic

value = instance.Graphic

instance.Graphic = value
public Graphic Graphic { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Graphic
Returns Graphic.

See Also

Reference

GraphicFrame Class

GraphicFrame Members

DocumentFormat.OpenXml.Drawing.ChartDrawing Namespace