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