Title.Overlay Property

Overlay.Represents the element tag in schema: c:overlay

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

Syntax

'Declaration
Public Property Overlay As Overlay
    Get
    Set
'Usage
Dim instance As Title
Dim value As Overlay

value = instance.Overlay

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Overlay
Returns Overlay.

See Also

Reference

Title Class

Title Members

DocumentFormat.OpenXml.Drawing.Charts Namespace