Skip to main content

PdfViewerControl.ActualIsZoomBarVisible Property

Returns whether the Zoom Bar is currently displayed. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Deprecated("Use the protected PdfViewerControl.OverlayPanel.ActualOverlay property instead.", DeprecationType.Deprecate, 1U)]
public bool ActualIsZoomBarVisible { get; protected set; }

Property Value

Type Description
Boolean

true, if the zoom bar is currently displayed; otherwise, false.

Remarks

The PdfViewerControl.IsZoomBarVisible property specifies whether the zoom bar is available to end-users. If it is set to true, the page bar appears for a short time when the current zoom level is changed.

See Also