Enum
SubStringPosition

Indicates the substring’s relative position used to improve RTL measuring accuracy.

Definition

Namespace:Telerik.Windows.Documents.Core.TextMeasurer

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public enum SubStringPosition

Fields

End

The substring is at the end of the logical string.

Declaration

cs-api-definition
End = 3

Field Value

SubStringPosition

Middle

The substring is in the middle of the logical string.

Declaration

cs-api-definition
Middle = 2

Field Value

SubStringPosition

None

Default behavior with no positional hint applied.

Declaration

cs-api-definition
None = 0

Field Value

SubStringPosition

Start

The substring is at the beginning of the logical string.

Declaration

cs-api-definition
Start = 1

Field Value

SubStringPosition

In this article
DefinitionFieldsEndMiddleNoneStart
Not finding the help you need?
Contact Support