HierarchyBranch.Val-Eigenschaft
Organization Chart Branch Style Value.Represents the attribte in schema: val
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of HierarchyBranchStyleValues)
Get
Set
'Usage
Dim instance As HierarchyBranch
Dim value As EnumValue(Of HierarchyBranchStyleValues)
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<HierarchyBranchStyleValues> Val { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.EnumValue<HierarchyBranchStyleValues>
Returns EnumValue<T>.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
The value of this attribute indicates the layout style of a branch in an organization chart. The default value is std.
The possible values for this attribute are defined by the ST_HierBranchStyle simple type.