Show / Hide Table of Contents

Interface ISN_UITraitEnvironment

A set of methods that makes the iOS interface environment available to your app.

Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public interface ISN_UITraitEnvironment

Properties

TraitCollection

The traits, such as the size class and scale factor, that describe the current environment of the object.

Declaration
ISN_UITraitCollection TraitCollection { get; }
Property Value
Type Description
ISN_UITraitCollection
In This Article
Back to top Generated by DocFX