LayoutVariablePropertySetType.MaxNumberOfChildren Property
Maximum Children.Represents the element tag in schema: dgm:chMax
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MaxNumberOfChildren As MaxNumberOfChildren
Get
Set
'Usage
Dim instance As LayoutVariablePropertySetType
Dim value As MaxNumberOfChildren
value = instance.MaxNumberOfChildren
instance.MaxNumberOfChildren = value
public MaxNumberOfChildren MaxNumberOfChildren { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren
Returns MaxNumberOfChildren.
See Also
Reference
LayoutVariablePropertySetType Class