AcCellProperty Enumeration
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
public enum AcCellProperty
Public Enumeration AcCellProperty
public enum class AcCellProperty
Members
| Member name |
Value |
Description |
| acInvalidCellProperty |
0 |
|
| acLock |
1 |
|
| acDataType |
2 |
|
| acDataFormat |
4 |
|
| acDataTypeAndFormat |
6 |
|
| acRotation |
8 |
|
| acScale |
16 |
|
| acAlignmentProperty |
32 |
|
| acContentColor |
64 |
|
| acBackgroundColor |
128 |
|
| acTextStyle |
256 |
|
| acTextHeight |
512 |
|
| acMarginLeft |
1,024 |
|
| acMarginTop |
2,048 |
|
| acMarginRight |
4,096 |
|
| acMarginBottom |
8,192 |
|
| acEnableBackgroundColor |
16,384 |
|
| acAutoScale |
32,768 |
|
| acContentProperties |
33,662 |
|
| acMergeAll |
65,536 |
|
| acFlowDirBtoT |
131,072 |
|
| acBitProperties |
245,760 |
|
| acContentLayout |
262,144 |
|
| acAllCellProperties |
524,287 |
|
See Also