ClassDocumentPropertyMetadata
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:
public class DocumentPropertyMetadata : PropertyMetadata
Inheritance: objectDocumentPropertyMetadata
Constructors
DocumentPropertyMetadata(object)
Declaration
public DocumentPropertyMetadata(object defaultValue)
Parameters
defaultValue
DocumentPropertyMetadata(object, DocumentPropertyMetadataOptions)
Declaration
public DocumentPropertyMetadata(object defaultValue, DocumentPropertyMetadataOptions options)
Parameters
defaultValue
options
DocumentPropertyMetadata(object, PropertyChangedCallback)
Declaration
public DocumentPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback)
Parameters
defaultValue
propertyChangedCallback
PropertyChangedCallback
DocumentPropertyMetadata(object, PropertyChangedCallback, DocumentPropertyMetadataOptions)
Declaration
public DocumentPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, DocumentPropertyMetadataOptions options)
Parameters
defaultValue
propertyChangedCallback
PropertyChangedCallback
options
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
public bool AffectsArrange { get; set; }
Property Value
True if the property affects the arrangement; otherwise, false.
AffectsMeasure
Gets a value indicating whether the property affects the measurement of the document element.
AffectsRender
Gets a value that indicates whether changes to the associated document property will affect rendering.