Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 440 Bytes

using-system-style-window.md

File metadata and controls

11 lines (7 loc) · 440 Bytes

Use Native Style Form

[Home]

Specify the property value System for the WindowType of the Formium form to set the form style to the native style.

public override HostWindowType WindowType => HostWindowType.System;

The native style does not have special style property settings, so there is no content in the SystemWindowProperties property value. This property is only reserved for future expansion needs.