Interface IElementWithProperties
Implemented by document elements that expose formatting properties through a DocumentElementPropertiesBase container.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IElementWithProperties
Properties
Properties
Gets the formatting properties container for this element.
Declaration
DocumentElementPropertiesBase Properties { get; }
Property Value
|
DocumentElementPropertiesBase
The properties. |