21.4.2.31 varLst
21.4.2.31 varLst
This element consists of a list of variables which interact with user interface components.
[Example:
Consider the following example of a varLst
in a DrawingML diagram:
<varLst>
<chMax val="2" />
<dir val="norm" />
<resizeHandles val="exact" />
</varLst>
In this example we see different variables being defined which modify the behavior of user interface components directly. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_LayoutVariablePropertySet) is located in A.5.3. end note]
Last updated on