Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ZoomUnit Structure
Members

In This Topic
    C1ZoomUnit Structure
    In This Topic
    Represent a zoom which can be expresed like a fixed value, or relative to the viewport.
    Object Model
    C1ZoomUnit Structure
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.C1ZoomUnitTypeConverter)>
    Public Structure C1ZoomUnit 
       Inherits System.ValueType
    [TypeConverter(C1.WPF.C1ZoomUnitTypeConverter)]
    public struct C1ZoomUnit : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.WPF.C1ZoomUnit

    See Also