Enum ResourceModeType
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
A value specifying the root resource element (DrawingGroup, DrawingImage).
public enum ResourceModeType
Fields
None = 0
Indicates the root element is not specified.
Drawing = 1
Indicates the DrawingGroup as the root resource element.
Image = 2
Indicates the DrawingImage as the root resource element.