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
Hidden
The content does not have outline visualization.
Declaration
public const OutlineAppearance Hidden
Field Value
Tags
The content is wrapped in design view tag.
Declaration
public const OutlineAppearance Tags
Field Value
value__
Declaration
public int value__
Field Value
System.
|