TdxAutoSizeMode Enum
Enumerates available automatic size adjustment modes that you can apply to a compatible DevExpress control.
#Declaration
TdxAutoSizeMode = (
asNone,
asAutoWidth,
asAutoHeight,
asAutoSize
);
#Members
Name |
---|
as
|
as
|
as
|
as
|
#Remarks
Options include:
Value | Description |
---|---|
as |
A control has fixed dimensions determined by its Width and Height property values. |
as |
A control automatically adjusts its Width property value to maintain the minimum width required to fit the currently displayed content. |
as |
A control automatically adjusts its Height property value to maintain the minimum height required to fit the currently displayed content. |
as |
A control automatically maintains the minimum dimensions required to fit the currently displayed content. Use the as |
The following properties reference the TdxAutoSizeMode type: