Skip to main content

PageLayoutPosition.Position Property

Gets the location of the point on a page.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public Point Position { get; }

Property Value

Type Description
Point

A Point object that is the location of the point on a page.

See Also