Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ZoomUnitType Enumeration

In This Topic
    C1ZoomUnitType Enumeration
    In This Topic
    Represent the kind of zoom.
    Syntax
    'Declaration
     
    
    Public Enum C1ZoomUnitType 
       Inherits System.Enum
    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.Silverlight.C1ZoomUnitType

    See Also