Contents

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 Properties

Mentioned 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.

Topics

Creating representative properties

Getting view port information

Getting the layer’s texture topology

Instance Properties

See Also

Getting the layer renderer properties