Skip to main content
ON

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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