D2D1_SVG_VISIBILITY-Enumeration (d2d1svg.h)
Gibt einen Wert für die SVG-Sichtbarkeitseigenschaft an.
Syntax
typedef enum D2D1_SVG_VISIBILITY {
D2D1_SVG_VISIBILITY_VISIBLE = 0,
D2D1_SVG_VISIBILITY_HIDDEN = 1,
D2D1_SVG_VISIBILITY_FORCE_DWORD = 0xffffffff
} ;
Konstanten
D2D1_SVG_VISIBILITY_VISIBLE Wert: 0 Das Element ist sichtbar. |
D2D1_SVG_VISIBILITY_HIDDEN Wert: 1 Das Element ist unsichtbar. |
D2D1_SVG_VISIBILITY_FORCE_DWORD Wert: 0xffffffff |
Anforderungen
Anforderung | Wert |
---|---|
Header | d2d1svg.h |