OffsetBasePoint 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.
Defines the base point of the offset in a paged view.
public enum class OffsetBasePoint
public enum OffsetBasePoint
Public Enum OffsetBasePoint
- Inheritance
-
OffsetBasePoint
Fields
Name | Value | Description |
---|---|---|
Beginning | 0 | The offset is from the beginning of the view. |
End | 1 | The offset is from the end of the view. |