
Hello -
I'm having trouble getting an adornment layer behind the text background layer (this is the layer token taggers use, correct?)
I'm registering my adornment like this:Even though I'm specifying the layer should be before (or should it be after? I've tried both...) the text background layer, my adornment still draws on top of the text background layer.
Am I doing something wrong?
Thanks -
Nick
I'm having trouble getting an adornment layer behind the text background layer (this is the layer token taggers use, correct?)
I'm registering my adornment like this:
private static AdornmentLayerDefinition _layerDefinition =
new AdornmentLayerDefinition("CurrentLine",
new ordering(AdornmentLayerDefinitions.TextBackground.Key,
OrderPlacement.Before));
Am I doing something wrong?
Thanks -
Nick