Level Class |
Namespace: DotNetBrowser.Zoom
public sealed class Level : TypedEnum<double>
The Level type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Initializes a new Level instance from its double representation.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| (Double to Level) |
Initializes a new Level instance from its double representation.
|
| Name | Description | |
|---|---|---|
| P100 |
100% (default zoom level)
| |
| P110 |
110%
| |
| P125 |
125%
| |
| P150 |
150%
| |
| P175 |
175%
| |
| P200 |
200%
| |
| P25 |
25%
| |
| P250 |
250%
| |
| P300 |
300%
| |
| P33 |
33%
| |
| P400 |
400%
| |
| P50 |
50%
| |
| P500 |
500%
| |
| P67 |
67%
| |
| P75 |
75%
| |
| P80 |
80%
| |
| P90 |
90%
|