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
Gets the bottom margin of the spacer, which the amount of additional vertical space needed below the view line.
int BottomMargin { get; }
Property Value
- int:
The bottom margin of the spacer, which the amount of additional vertical space needed below the view line.
Key
Gets 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:
An object that can be used to uniquely identify the spacer, so that an adornment can be rendered within its bounds.
TopMargin
Gets the top margin of the spacer, which the amount of additional vertical space needed above the view line.
int TopMargin { get; }
Property Value
- int:
The top margin of the spacer, which the amount of additional vertical space needed above the view line.