BuildDiagram.Build Property

Definition

Diagram Build Types

Represents the following attribute in the schema: bld

[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues>? Build { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bld")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues>? Build { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues>? Build { get; set; }
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bld")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bld")>]
member this.Build : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.DiagramBuildValues> with get, set
Public Property Build As EnumValue(Of DiagramBuildValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute describes how the diagram will be built. The animation will animate the sub-elements in the container in the particular order defined by this attribute.

The possible values for this attribute are defined by the ST_TLDiagramBuildType simple type.

Applies to