Represent the kind of zoom.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum C1ZoomUnitType
Visual Basic
Public Enumeration C1ZoomUnitType

Members

Member nameValueDescription
Fixed0 Represent a zoom determined by a fixed value, where 1 means no zoom.
Fill1 Represent a zoom value which is relative to the viewport, and is adjusted to fill the viewport.
OneItem2 Represent a zoom value which is relative to the viewport, and is adjusted to show one item entirely.

See Also