Defines the default orientation of the parts within cells in column footers.
Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public OrientationEnum OrientationDefault { get; set; }
Public Property OrientationDefault As OrientationEnum
The default orientation.
The default value is OrientationEnum.Horizontal.
Defines the default orientation of the parts within cells in column footers.
Individual cells can override the default orientation using the CellBaseClass.Orientation property.
The defined orientation also applies to all row headers in the column footer area.
See Also FootersClass Class | Classes | SftTree/NET 2.0