Skip to main content

PdfOverlaySettingsBase.IsZoomBarVisible Property

Gets or sets whether to enable the Zoom Bar. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsZoomBarVisible { get; set; }

Property Value

Type Description
Boolean

true to enable the Zoom Bar; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsZoomBarVisible
PdfViewerControl
.ActualOverlaySettings .IsZoomBarVisible
PdfViewerControl
.OverlaySettings .IsZoomBarVisible
See Also