ClassPlaceholder
Class
Represents a placeholder in a structured document for dynamic content insertion.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class Placeholder
Inheritance: objectPlaceholder
Constructors
Placeholder()
Declaration
cs-api-definition
public Placeholder()
Properties
DocumentPartReference
Represents a reference to a document part within a structured document.
Declaration
cs-api-definition
[XamlSerializable]
public string DocumentPartReference { get; set; }
Property Value
PlaceholderText
Represents the text associated with a placeholder in a structured document.
ShowPlaceholder
Shows the placeholder in the document.
Declaration
cs-api-definition
[XamlSerializable]
public bool? ShowPlaceholder { get; set; }
Property Value
bool?