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 = 0Indicates the resource referencing type is not specified.
Dynamic = 1Indicates the resource referencing is dynamic,
DynamicResource.Static = 2Indicates the resource referencing is static,
StaticResource.