Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfIconFit.VerticalPosition Property

Gets the vertical leftover of the icon within an annotation rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public double VerticalPosition { get; }

Property Value

Type Description
Double

A double value that is the vertical icon leftover within the annotation rectangle.

Remarks

The vertical leftover is a number between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the bottom of the icon.

See Also