Interface IElementWithProperties
Establishes common functionality for elements containing their properties in DocumentElementPropertiesBase.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IElementWithProperties
Properties
Properties
Gets the properties.
Declaration
DocumentElementPropertiesBase Properties { get; }
Property Value
DocumentElementPropertiesBase
The properties. |