Back to Devexpress

HeightType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-8b2c76c7.md

latest1.5 KB
Original Source

HeightType Enum

Lists the meaning of the height specified for the container object.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum HeightType
vb
<ComVisible(True)>
Public Enum HeightType

Members

NameDescription
Auto

The height increases automatically to accommodate the content.

| | Exact |

The exact height as specified. If the text cannot fit the height, it will appear truncated.

| | AtLeast |

The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content.

|

The following properties accept/return HeightType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace