PjLayoutScheme Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class PjLayoutScheme
[System.Runtime.InteropServices.Guid("C0AACC0E-0C0B-11D3-89DA-00C04F68FE38")]
public enum PjLayoutScheme
type PjLayoutScheme =
Public Enum PjLayoutScheme
- Inheritance
-
PjLayoutScheme
- Attributes
Fields
Name | Value | Description |
---|---|---|
pjLayoutTopDownFromLeft | 0 | |
pjLayoutTopDownByDay | 1 | |
pjLayoutTopDownByWeek | 2 | |
pjLayoutTopDownByMonth | 3 | |
pjLayoutTopDownCriticalFirst | 4 | |
pjLayoutCenteredFromLeft | 5 | |
pjLayoutCenteredFromTop | 6 |