Interface StyleAccessor.StyleProperty<T>

Type Parameters:
T - The type of the style.
All Superinterfaces:
StyleAccessor<T>, StyleAccessor.StyleMutator<T>
Enclosing interface:
StyleAccessor<T>

public static interface StyleAccessor.StyleProperty<T> extends StyleAccessor<T>, StyleAccessor.StyleMutator<T>
Provides a style property.
  • Method Details