In This Article

IIntraLineSpacerTag Interface

Provides the base requirements for an object that requests space to be inserted above and/or below a view line, generally used for rendering adornments within.

public interface IIntraLineSpacerTag : ITag

Properties

BottomMargin

The bottom margin of the spacer, which the amount of additional vertical space needed below the view line.

double BottomMargin { get; }

Property Value

double

Key

An object that can be used to uniquely identify the spacer, so that an adornment can be rendered within its bounds.

object? Key { get; }

Property Value

object

TopMargin

The top margin of the spacer, which the amount of additional vertical space needed above the view line.

double TopMargin { get; }

Property Value

double

Extension Methods