ClassFieldCharacter
Class
Special inline marker that delimits field boundaries (Start, Separator, End) in the document's inline flow.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Fields
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public sealed class FieldCharacter : AnnotationMarkerBase
Inheritance: objectDocumentElementBaseInlineBaseAnnotationMarkerBaseFieldCharacter
Inherited Members
Properties
FieldCharacterType
Gets the type of this field character indicating whether it marks the start, separator, or end of a field.
Declaration
cs-api-definition
public FieldCharacterType FieldCharacterType { get; }
Property Value
The type of the field character.