In This Article

IIntraTextSpacerTag Interface

Provides the base requirements for a spacer that can be inserted between two text characters.

public interface IIntraTextSpacerTag : ITag

Properties

Baseline

Gets the baseline of the spacer, which is the distance from the top of the spacer to the text baseline.

double Baseline { get; }

Property Value

double:

The baseline of the spacer, which is the distance from the top of the spacer to the text baseline.

Remarks

This property can return the height of the spacer to sit the spacer on top of the text baseline.

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.

Size

Gets the size of the spacer.

Size Size { get; }

Property Value

Size:

The size of the spacer.

Remarks

This must be a fixed size.