Back to API Reference
Class

ReferencedStyle

sealed
Implements:IFormatStyleSourceIModifierChangeSink

Toggles whichever style the component carries for the chosen modifier type, in that style's own markup syntax. The optional parameter is passed to the rule, so a parameterised rule (an XML-like tag) writes it into the markup. Several styles share a modifier type — the first in resolution order wins.

public BaseModifier Modifier{ get; set }

Modifier signature used to resolve the configured component style.

public string Parameter{ get; set }

Optional markup parameter passed when the style is toggled.

public bool Toggle()
public Action Changed