ClassSdtRangeStart
Class
Inline marker that opens a structured document tag (content control) range and links to its associated StructuredDocumentTag instance with configurable properties.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class SdtRangeStart : AnnotationRangeStartBase
Inheritance: objectDocumentElementBaseInlineBaseAnnotationMarkerBaseAnnotationRangeStartBaseSdtRangeStart
Inherited Members
Properties
End
Gets the end marker of the structured document tag that this start marker opens.
SdtProperties
Gets or sets the properties that define the behavior and appearance of this structured document tag, such as type, data binding, and locking.
Declaration
cs-api-definition
public SdtProperties SdtProperties { get; set; }
Property Value