CommonTimeNode.Display Property

Display.Represents the attribte in schema: display

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

Syntax

'Declaration
<SchemaAttrAttribute(, "display")> _
Public Property Display As BooleanValue
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As BooleanValue

value = instance.Display

instance.Display = value
[SchemaAttrAttribute(, "display")]
public BooleanValue Display { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace