Back to Devexpress

ContentControlAppearanceType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-21a24ddf.md

latest1.3 KB
Original Source

ContentControlAppearanceType Enum

Lists values that indicate the content control’s appearance type.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum ContentControlAppearanceType
vb
Public Enum ContentControlAppearanceType

Members

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.

|

The following properties accept/return ContentControlAppearanceType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace