IConfigPlatform Interface

Definition

Base interface for marker classes that identify target platforms for platform specific effects.

public interface IConfigPlatform
type IConfigPlatform = interface
Derived

Remarks

Developers pass the type name of a predefined platform-specific implementation of this marker class to the On<T>() method to specify the underlying control on which to run a platform-specific effect.

Applies to

See also