[]
        
(Showing Draft Content)

C1.WPF.C1ZoomUnitType

C1ZoomUnitType Enum

Represent the kind of zoom.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum C1ZoomUnitType

Fields

Name Description
Fill

Represent a zoom value which is relative to the viewport, and is adjusted to fill the viewport.

Fixed

Represent a zoom determined by a fixed value, where 1 means no zoom.

OneItem

Represent a zoom value which is relative to the viewport, and is adjusted to show one item entirely.