Enum SubStringPosition
Indicates the substring’s relative position used to improve RTL measuring accuracy.
Namespace: Telerik.Windows.Documents.Core.TextMeasurer
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum SubStringPosition
End
The substring is at the end of the logical string.
Middle
The substring is in the middle of the logical string.
None
Default behavior with no positional hint applied.
Start
The substring is at the beginning of the logical string.