Interface IElementWithStyle
Establishes common functionality for elements with style.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IElementWithStyle
Properties
StyleId
Gets or sets the style id.
Declaration
string StyleId { get; set; }
Property Value
System.String
The style id. |