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
- System.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
- System.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
- System.Windows.Size:
The size of the spacer.
Remarks
This must be a fixed size.