Enum ResourceAccessType
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
A value specifying the referencing or access resource dictionary (DynamicResource
, StaticResource
).
public enum ResourceAccessType
Fields
None = 0
Indicates the resource referencing type is not specified.
Dynamic = 1
Indicates the resource referencing is dynamic,
DynamicResource
.Static = 2
Indicates the resource referencing is static,
StaticResource
.