IStyle

A reusable block of property setters for one view type.
public interface IStyle

Properties

TargetType

The view type the style configures.

Type: Type

Type TargetType { get; }

Methods

Apply

Runs the style's setters against view.

void Apply(
  View view)
ParameterSummary
View viewThe view instance to configure.