DeviceType<T>(T, T)
static
|
Selects the value of a reference type to be applied depending on the device type.
|
DisplaySize<T>(T, T, T, T, T, Nullable<Size>, Nullable<Size>, Nullable<Size>, Nullable<Size>)
static
|
Selects the value of a reference type to be applied depending on the device screen size.
|
DisplaySize<T>(Nullable<T>, Nullable<T>, Nullable<T>, Nullable<T>, Nullable<T>, Nullable<Size>, Nullable<Size>, Nullable<Size>, Nullable<Size>)
static
|
Selects the value of a value type to be applied depending on the device screen size.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
Idiom<T>(T, T)
static
|
Selects the value to be applied depending on the device type on which the app is running.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Orientation<T>(T, T)
static
|
Selects the value to be applied depending on the screen orientation.
|
OrientationChanged<T>(T, Action<T>)
static
|
Allows you to perform custom actions when the screen orientation changes.
|
Platform<T>(T, T)
static
|
Selects the value to be applied depending on the platform on which the app is running.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ScreenHeight<T>(T, T, T, T, T, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
static
|
Selects the value of a reference type to be applied depending on the device screen size.
|
ScreenHeight<T>(Nullable<T>, Nullable<T>, Nullable<T>, Nullable<T>, Nullable<T>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
static
|
Selects the value of a value type to be applied depending on the screen height.
|
ScreenWidth<T>(T, T, T, T, T, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
static
|
Selects the value of a reference type to be applied depending on the screen width.
|
ScreenWidth<T>(Nullable<T>, Nullable<T>, Nullable<T>, Nullable<T>, Nullable<T>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
static
|
Selects the value of a value type to be applied depending on the screen width.
|
ToString()
|
Returns a string that represents the current object.
|