Share via


PictureOptions.ApplyToFront Property

Apply To Front.Represents the element tag in schema: c:applyToFront

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

Syntax

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

value = instance.ApplyToFront

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

Property Value

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

See Also

Reference

PictureOptions Class

PictureOptions Members

DocumentFormat.OpenXml.Drawing.Charts Namespace