| PdfViewerHorizontalOffset Property |
Gets the horizontal offset of the scrolled content.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public double HorizontalOffset { get; }
Public ReadOnly Property HorizontalOffset As Double
Get
public:
virtual property double HorizontalOffset {
double get () sealed;
}
abstract HorizontalOffset : float with get
override HorizontalOffset : float with get
/** @property */
public final double get_HorizontalOffset()
function get_HorizontalOffset();
Property Value
DoubleA Double that represents, in device independent pixels, the horizontal offset. This property has no default value.
Implements
IScrollInfoHorizontalOffsetRemarks See Also