In This Article

ZoomContentControlOverlay Class

Represents a ContentControl wrapper for use with the ZoomContentControlItemsControl.

public class ZoomContentControlOverlay : ContentControl
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl object

Constructors

ZoomContentControlOverlay()

Initializes an instance of the class.

public ZoomContentControlOverlay()

Properties

ZoomLevel

Gets or sets a percentage value indicating the current zoom level of the content.

public double ZoomLevel { get; set; }

Property Value

double:

A percentage value indicating the current zoom level of the content.

Fields

ZoomLevelProperty

Identifies the ZoomLevel dependency property. This field is read-only.

public static readonly DependencyProperty ZoomLevelProperty