Specifies how the visual boundary of a structured document tag (content control) is displayed in the editor.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum OutlineAppearance
Fields
Displays a bounding box around the content with optional drop-down controls for interactive content types.
C#
BoundingBoxes = 0
Hides the visual boundary, displaying only the content without any outline indicators.
C#
Hidden = 2
Displays start and end tags around the content, similar to design-mode visual indicators.
C#
Tags = 1