Interface IElementWithStyle
Implemented by document elements that can reference a named style for inherited formatting.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IElementWithStyle
Properties
StyleId
Gets or sets the identifier of the style from which this element inherits formatting properties.
Declaration
string StyleId { get; set; }
Property Value
|
System.String
The style id. |