SetValueFlags Enum

Definition

For internal use by the Xamarin.Forms platform.

This enumeration supports a bitwise combination of its member values.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Flags]
public enum SetValueFlags
type SetValueFlags = 
Inheritance
SetValueFlags
Attributes

Fields

ClearDynamicResource 4

For internal use by the Xamarin.Forms platform.

ClearOneWayBindings 1

For internal use by the Xamarin.Forms platform.

ClearTwoWayBindings 2

For internal use by the Xamarin.Forms platform.

None 0

For internal use by the Xamarin.Forms platform.

RaiseOnEqual 8

For internal use by the Xamarin.Forms platform.

Applies to