Class Placeholder
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
Declaration
[XamlSerializable]
public string DocumentPartReference { get; set; }
Property Value
System.String
|
PlaceholderText
Declaration
public string PlaceholderText { get; set; }
Property Value
System.String
|
ShowPlaceholder
Declaration
[XamlSerializable]
public Nullable<bool> ShowPlaceholder { get; set; }
Property Value
System.Nullable<System.Boolean>
|