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