Back to Devexpress

ContentControlBase.AppearanceType Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-contentcontrolbase-0bc70440.md

latest1.6 KB
Original Source

ContentControlBase.AppearanceType Property

Gets or sets the appearance type of the content control.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ContentControlAppearanceType AppearanceType { get; set; }
vb
Property AppearanceType As ContentControlAppearanceType

Property Value

TypeDescription
ContentControlAppearanceType

An enumeration value that indicates the content control type.

|

Available values:

NameDescription
Default

The content control is displayed as a shaded rectangle or bounding box (with optional title).

| | Tags |

Only start and end markers of a content control are displayed.

| | Hidden |

A content control is hidden.

|

See Also

ContentControlBase Interface

ContentControlBase Members

DevExpress.XtraRichEdit.API.Native Namespace