Class OutlineAppearance
Represents the different options for visualizing the outline of a ContentControl.
Inheritance
System.Object
OutlineAppearance
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class OutlineAppearance : Enum
Fields
BoundingBoxes
The content is wrapped in a bounding box that may also contain a drom down editor.
Declaration
public const OutlineAppearance BoundingBoxes
Field Value
OutlineAppearance
|
Hidden
The content does not have outline visualization.
Declaration
public const OutlineAppearance Hidden
Field Value
OutlineAppearance
|
Tags
The content is wrapped in design view tag.
Declaration
public const OutlineAppearance Tags
Field Value
OutlineAppearance
|
value__
Declaration
public int value__
Field Value
System.Int32
|