OnOrientationExtension Properties
Implements a XAML extension that allows you to specify control settings (for example, the font size) depending on the device orientation.| Name | Description |
|---|---|
| Converter | Gets or sets the converter used to convert the specified value to a required type. |
| ConverterParameter | Gets or sets the parameter to pass to the OnOrientationExtension.Converter. |
| Landscape | Gets or sets the size value when the device in the landscape orientation. |
| Portrait | Gets or sets the size value when the device in the portrait orientation. |
See Also