BuildDiagram.Build Property
Diagram Build Types.Represents the attribte in schema: bld
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "bld")> _
Public Property Build As EnumValue(Of DiagramBuildValues)
Get
Set
'Применение
Dim instance As BuildDiagram
Dim value As EnumValue(Of DiagramBuildValues)
value = instance.Build
instance.Build = value
[SchemaAttrAttribute(, "bld")]
public EnumValue<DiagramBuildValues> Build { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DiagramBuildValues>
Returns EnumValue<T>.
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.