Class Placeholder
Represents a placeholder in a structured document for dynamic content insertion.
Inheritance
System.Object
Placeholder
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class Placeholder : Object
Constructors
Placeholder()
Declaration
public Placeholder()
Properties
DocumentPartReference
Represents a reference to a document part within a structured document.
Declaration
[XamlSerializable]
public string DocumentPartReference { get; set; }
Property Value
System.String
|
PlaceholderText
Represents the text associated with a placeholder in a structured document.
Declaration
public string PlaceholderText { get; set; }
Property Value
System.String
|
ShowPlaceholder
Shows the placeholder in the document.
Declaration
[XamlSerializable]
public Nullable<bool> ShowPlaceholder { get; set; }
Property Value
System.Nullable<System.Boolean>
|