| PdfViewerCanHorizontallyScroll Property |
Gets or sets a value that indicates whether scrolling on the horizontal axis is possible.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public bool CanHorizontallyScroll { get; set; }
Public Property CanHorizontallyScroll As Boolean
Get
Set
public:
virtual property bool CanHorizontallyScroll {
bool get () sealed;
void set (bool value) sealed;
}
abstract CanHorizontallyScroll : bool with get, set
override CanHorizontallyScroll : bool with get, set
/** @property */
public final boolean get_CanHorizontallyScroll()
/** @property */
public final void set_CanHorizontallyScroll(boolean value)
function get_CanHorizontallyScroll();
function set_CanHorizontallyScroll(value);
Property Value
Booleantrue if scrolling is possible; otherwise, false. This property has no default value.
Implements
IScrollInfoCanHorizontallyScrollSee Also