SetValueFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.EnumSetValueFlags
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.FlagsAttribute
Fields
Name | Value | Description |
---|---|---|
None | 0 | 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. |
ClearDynamicResource | 4 | For internal use by the Xamarin.Forms platform. |
RaiseOnEqual | 8 | For internal use by the Xamarin.Forms platform. |