Command.CommonBehavior Property

CommonBehavior.Represents the element tag in schema: p:cBhvr

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

Syntax

'Declaration
Public Property CommonBehavior As CommonBehavior
    Get
    Set
'Usage
Dim instance As Command
Dim value As CommonBehavior

value = instance.CommonBehavior

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.CommonBehavior
Returns CommonBehavior.

See Also

Reference

Command Class

Command Members

DocumentFormat.OpenXml.Presentation Namespace