Go to the source code of this file.
|
const short | DEFAULT = 0 |
| The fill behavior for the element is determined by the value of the XTiming::FillDefault attribute. More...
|
|
const short | INHERIT = 0 |
| Specifies that the value of this attribute (and of the fill behavior) are inherited from the XTiming::FillDefault value of the parent element. More...
|
|
const short | REMOVE = 1 |
| Specifies that the element will not extend past the end of the last instance of the simple duration. More...
|
|
const short | FREEZE = 2 |
| Specifies that the element will extend past the end of the last instance of the simple duration by "freezing" the element state at that point. More...
|
|
const short | HOLD = 3 |
| Setting this to "hold" has the same effect as setting to "freeze", except that the element is always frozen to extend to the end of the simple duration of the parent time container of the element (independent of the type of time container). More...
|
|
const short | TRANSITION = 4 |
| Setting this to "transition" has the same effect as setting to "freeze", except that the element is removed at the end of the transition. More...
|
|
const short | AUTO = 5 |
| The fill behavior for this element depends on whether the element specifies any of the attributes that define the simple or active duration: More...
|
|