ComponentOne Basic Library for WPF and Silverlight
C1ZoomUnitType Enumeration


C1.WPF Namespace : C1ZoomUnitType Enumeration
Represent the kind of zoom.
Syntax
'Declaration
 
Public Enum C1ZoomUnitType 
   Inherits System.Enum
'Usage
 
Dim instance As C1ZoomUnitType
public enum C1ZoomUnitType : System.Enum 
Members
MemberDescription
FillRepresent a zoom value which is relative to the viewport, and is adjusted to fill the viewport.
FixedRepresent a zoom determined by a fixed value, where 1 means no zoom.
OneItemRepresent a zoom value which is relative to the viewport, and is adjusted to show one item entirely.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.C1ZoomUnitType

See Also

Reference

C1.WPF Namespace