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_VISIBLE Value: 0 The element is visible. |
D2D1_SVG_VISIBILITY_HIDDEN Value: 1 The element is invisible. |
D2D1_SVG_VISIBILITY_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Header | d2d1svg.h |