'Declaration
Public Enum C1ZoomUnitType Inherits System.Enum
public enum C1ZoomUnitType : System.Enum
'Declaration
Public Enum C1ZoomUnitType Inherits System.Enum
public enum C1ZoomUnitType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.C1ZoomUnitType