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