Share via


PictureOptions.ApplyToEnd Property

Apply to End.Represents the element tag in schema: c:applyToEnd

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

Syntax

'Declaration
Public Property ApplyToEnd As ApplyToEnd
    Get
    Set
'Usage
Dim instance As PictureOptions
Dim value As ApplyToEnd

value = instance.ApplyToEnd

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

Property Value

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

See Also

Reference

PictureOptions Class

PictureOptions Members

DocumentFormat.OpenXml.Drawing.Charts Namespace