Flags describing visual emphasis applied to bookmark text in the outline.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
[Flags]
public enum BookmarkItemStyles
Fields
Renders the bookmark text in bold weight.
C#
Bold = 2
Italicizes the bookmark text.
C#
Italic = 1
Default appearance with no emphasis applied.
C#
Normal = 0