Class PackedResource<TResource>
Defines the meta-data of an Application resource.
public class PackedResource<TResource> : PackedResource
Type Parameters
TResource
The type of the resource.
- Inheritance
-
PackedResource<TResource>
- Inherited Members
- Extension Methods
Properties
XamlObject
Gets or sets the XAML object.
public TResource? XamlObject { get; set; }
Property Value
- TResource
XamlString
Gets or sets the XAML string.
public string? XamlString { get; set; }