Class
DocumentPropertyMetadata

Represents the metadata for a document property in a Telerik Windows document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DocumentPropertyMetadata : PropertyMetadata

Inheritance: objectDocumentPropertyMetadata

Constructors

DocumentPropertyMetadata(object)

Declaration

cs-api-definition
public DocumentPropertyMetadata(object defaultValue)

Parameters

defaultValue

object

DocumentPropertyMetadata(object, DocumentPropertyMetadataOptions)

Declaration

cs-api-definition
public DocumentPropertyMetadata(object defaultValue, DocumentPropertyMetadataOptions options)

Parameters

defaultValue

object

options

DocumentPropertyMetadataOptions

DocumentPropertyMetadata(object, PropertyChangedCallback)

Declaration

cs-api-definition
public DocumentPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback)

Parameters

defaultValue

object

propertyChangedCallback

PropertyChangedCallback

DocumentPropertyMetadata(object, PropertyChangedCallback, DocumentPropertyMetadataOptions)

Declaration

cs-api-definition
public DocumentPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, DocumentPropertyMetadataOptions options)

Parameters

defaultValue

object

propertyChangedCallback

PropertyChangedCallback

options

DocumentPropertyMetadataOptions

Properties

AffectsArrange

Gets a value indicating whether the document property metadata affects the arrangement of elements within a document when changes are made to the associated property.

Declaration

cs-api-definition
public bool AffectsArrange { get; set; }

Property Value

bool

True if the property affects the arrangement; otherwise, false.

AffectsMeasure

Gets a value indicating whether the property affects the measurement of the document element.

Declaration

cs-api-definition
public bool AffectsMeasure { get; set; }

Property Value

bool

AffectsRender

Gets a value that indicates whether changes to the associated document property will affect rendering.

Declaration

cs-api-definition
public bool AffectsRender { get; set; }

Property Value

bool