Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a value for the SVG visibility property.
Syntax
typedef enum D2D1_SVG_VISIBILITY {
D2D1_SVG_VISIBILITY_VISIBLE = 0,
D2D1_SVG_VISIBILITY_HIDDEN = 1,
D2D1_SVG_VISIBILITY_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SVG_VISIBILITY_VISIBLEValue: 0 The element is visible. |
D2D1_SVG_VISIBILITY_HIDDENValue: 1 The element is invisible. |
D2D1_SVG_VISIBILITY_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1svg.h |