Click or drag to resize

ZoomPanelIsCustomContent Property

Gets a value that indicates if ZoomPanel is currently in custom content mode.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public bool IsCustomContent { get; }

Property Value

Type: Boolean
Remarks
If false (default) the ZoomPanel zooms and pans the content of the ZoomPanel with applying Transformation to the content. If true the user of ZoomPanel provides a custom content (UIElement) each time the Viewbox property is changed. ZoomPanel is registered to show custom content with RegisterCustomContentProvider method.
See Also