D2D1_SVG_DISPLAY enumeration

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
} D2D1_SVG_DISPLAY;

Constants

D2D1_SVG_DISPLAY_INLINE

The element uses the default display behavior.

D2D1_SVG_DISPLAY_NONE

The element and all children are not rendered directly.

D2D1_SVG_DISPLAY_FORCE_DWORD

Requirements

Header

D2d1svg.h

 

 

Show: