InvalidationTrigger 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 platform renderers.
This enumeration supports a bitwise combination of its member values.
public enum class InvalidationTrigger
[System.Flags]
public enum InvalidationTrigger
[<System.Flags>]
type InvalidationTrigger =
Public Enum InvalidationTrigger
- Inheritance
-
InvalidationTrigger
- Attributes
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | For internal use by platform renderers. |
MeasureChanged | 1 | For internal use by platform renderers. |
HorizontalOptionsChanged | 2 | For internal use by platform renderers. |
VerticalOptionsChanged | 4 | For internal use by platform renderers. |
SizeRequestChanged | 8 | For internal use by platform renderers. |
RendererReady | 16 | For internal use by platform renderers. |
MarginChanged | 32 | For internal use by platform renderers. |