Last updated: July 28, 2026
Warning
This is an unofficial workaround, not an OpenAI-supported configuration. It disables local diagnostic records used for feedback and troubleshooting. Re-enable logging before collecting data for a support request.
Last updated: July 28, 2026
Warning
This is an unofficial workaround, not an OpenAI-supported configuration. It disables local diagnostic records used for feedback and troubleshooting. Re-enable logging before collecting data for a support request.
| [ContentProperty(nameof(Default))] | |
| public class OnOrientationExtension : IMarkupExtension<BindingBase> | |
| { | |
| public Type TypeConverter { get; set; } | |
| public object Default { get; set; } | |
| public object Landscape { get; set; } | |
| public object Portrait { get; set; } | |
| static OnOrientationExtension() | |
| { |