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

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

public double ZoomLevel { get; set; }

Property Value

double

Fields

ZoomLevelProperty

Defines the ZoomLevel property.

public static readonly DependencyProperty ZoomLevelProperty

Extension Methods