[]
Gets or sets the initial zoom mode.
[Parameter]
public ZoomMode? InitialZoomMode { get; init; }
Type | Description |
---|---|
ZoomMode? | The initial zoom mode as a nullable ZoomMode. |
This property can only be set once during object initialization and cannot be changed afterwards.