D2D1_SVG_DISPLAY enumeration (d2d1svg.h)
Specifies a value for the SVG display property.
Syntax
typedef enum D2D1_SVG_DISPLAY {
D2D1_SVG_DISPLAY_INLINE = 0,
D2D1_SVG_DISPLAY_NONE = 1,
D2D1_SVG_DISPLAY_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SVG_DISPLAY_INLINE Value: 0 The element uses the default display behavior. |
D2D1_SVG_DISPLAY_NONE Value: 1 The element and all children are not rendered directly. |
D2D1_SVG_DISPLAY_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Header | d2d1svg.h |