SizeMode Enum
Lists the cell size modes supported by the XRCharacterComb control.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Custom
|
The cell size is determined by the XRCharacter With this setting, the actual cell size is less than the specified Cell |
Auto
|
Only the cell width depends on the current font size of a control (the XRCharacter With this setting, the actual cell width does not depend on the specified border width of a control, while the effective cell height is the difference between the specified XRCharacter |
Auto
|
Only the cell height depends on the current font size of a control (the XRCharacter With this setting, the actual cell height does not depend on the specified border width of a control, while the effective cell width is the difference between the specified XRCharacter |
Auto
|
The cell size depends on the current font size of a control (the XRCharacter With this setting, the actual cell size does not depend on the specified border width of a control. |
#Related API Members
The following properties accept/return SizeMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Character |
.NET Reporting Tools | XRCharacter |
#Remarks
A SizeMode enumeration value is returned by the XRCharacterComb.CellSizeMode property.