LayerRenderer.Properties
A type that describes the organization of the layer renderer’s textures and the relationships between those textures and the views you use for drawing.
Declaration
struct PropertiesMentioned in
Overview
Use the layer’s properties to configure other parts of your app. For example, use them to configure your app’s render pipeline.
You can obtain layer properties directly from your layer. If you don’t yet have the LayerRenderer type, you can create an equivalent set of properties using the initializer for this type.