Represent a zoom which can be expresed like a fixed value, or relative to the viewport.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(C1ZoomUnitTypeConverter))] public struct C1ZoomUnit |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(C1ZoomUnitTypeConverter))> _ Public Structure C1ZoomUnit |