Share via


TextBody.BodyProperties Property

Body Properties.Represents the element tag in schema: a:bodyPr

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property BodyProperties As BodyProperties
    Get
    Set
'Usage
Dim instance As TextBody
Dim value As BodyProperties

value = instance.BodyProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.BodyProperties

See Also

Reference

TextBody Class

TextBody Members

DocumentFormat.OpenXml.Presentation Namespace