Share via


DocPartProperties.Behaviors Property

Entry Insertion Behaviors.Represents the element tag in schema: w:behaviors

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

Syntax

'Declaration
Public Property Behaviors As Behaviors
    Get
    Set
'Usage
Dim instance As DocPartProperties
Dim value As Behaviors

value = instance.Behaviors

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Behaviors
Returns Behaviors.

See Also

Reference

DocPartProperties Class

DocPartProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace