Back to Devexpress

OnScreenHeightExtension Members

maui-devexpress-dot-maui-dot-core-dot-onscreenheightextension-dot-underscore-members.md

latest4.8 KB
Original Source

OnScreenHeightExtension Members

Implements a XAML extension that allows you to specify control settings depending on the current screen height and screen orientation.

Constructors

NameDescription
OnScreenHeightExtension()Initializes a new instance of the OnScreenHeightExtension class.

Properties

NameDescription
ConverterGets or sets the converter used to convert the screen size values. This is a bindable property. Inherited from OnScreenSizeExtensionBase.
ConverterParameterGets or sets the parameter to pass to the OnScreenSizeExtensionBase.Converter property. Inherited from OnScreenSizeExtensionBase.
ExtraLargeGets or sets the size value for devices with screens of the Extra Large size class. Inherited from OnScreenSizeExtensionBase.
ExtraLargeThresholdGets or sets the minimum available height for devices with screens of the Extra Large size class.
ExtraSmallGets or sets the size value for devices with screens of the Extra Small size class. Inherited from OnScreenSizeExtensionBase.
LargeGets or sets the size value for devices with screens of the Large size class. Inherited from OnScreenSizeExtensionBase.
LargeThresholdGets or sets the minimum available height for devices with screens of the Large size class.
MediumGets or sets the size value for devices with screens of the Medium size class. Inherited from OnScreenSizeExtensionBase.
MediumThresholdGets or sets the minimum available height for devices with screens of the Medium size class.
SmallGets or sets the size value for devices with screens of the Small size class. Inherited from OnScreenSizeExtensionBase.
SmallThresholdGets or sets the minimum available height for devices with screens of the Small size class.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

OnScreenHeightExtension Class

DevExpress.Maui.Core Namespace