Xinf API Reference
Back | Index
enum xinf.ony.type.Display

Defines wether something should be displayed or not.

Not all possible values of the SVG "display" property are supported, but only None and Inline make sense for Xinf (currently, at least).

See also: the "display" property

None
do not display the element in question, or any of it's children
Inline
display the element in question normally
Back | Index