ClassEmptyDocumentElementProperties
Class
Represents the properties of an empty document element in Telerik's document model. This class is used to define default styling and behavior for document elements that do not contain any specific content.
Definition
Namespace:Telerik.Windows.Documents.Model.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class EmptyDocumentElementProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseEmptyDocumentElementProperties
Implements:
Inherited Members
Constructors
EmptyDocumentElementProperties(DocumentElement)
Declaration
cs-api-definition
public EmptyDocumentElementProperties(DocumentElement owner)
Parameters
owner
EmptyDocumentElementProperties(StyleDefinition)
Declaration
cs-api-definition
public EmptyDocumentElementProperties(StyleDefinition owner)
Parameters
owner
Fields
Instance
Declaration
cs-api-definition
public static readonly DocumentElementPropertiesBase Instance
Field Value
Methods
CreateInstance()
Declaration
cs-api-definition
protected override DocumentElementPropertiesBase CreateInstance()
Returns
Overrides
InitProperties()
Declaration
cs-api-definition
protected override void InitProperties()
Overrides