StyleRepositoryAddBuiltInStyle Method |
Namespace: Telerik.Windows.Documents.Flow.Model.StylesAssembly: Telerik.Windows.Documents.Flow (in Telerik.Windows.Documents.Flow.dll) Version: 2018.1.219.40 (2018.1.219.40)
Syntaxpublic Style AddBuiltInStyle(
string styleId
)
Public Function AddBuiltInStyle (
styleId As String
) As Style
Parameters
- styleId
- Type: SystemString
The ID of the built-in style.
Return Value
Type:
StyleThe built-in style, added to the repository.
Exceptions
See Also