ExpExpressionNotificationProperty Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public enum class ExpExpressionNotificationProperty
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedExperimentalContract, 65536)]
enum class ExpExpressionNotificationProperty
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedExperimentalContract), 65536)]
public enum ExpExpressionNotificationProperty
var value = Microsoft.UI.Composition.Experimental.ExpExpressionNotificationProperty.undefined
Public Enum ExpExpressionNotificationProperty
- Herencia
-
ExpExpressionNotificationProperty
- Atributos
Campos
| Nombre | Valor | Description |
|---|---|---|
| Undefined | 0 | |
| Clip | 1 | |
| Offset | 2 | |
| Opacity | 3 | |
| Size | 4 | |
| RelativeOffset | 5 | |
| RelativeSize | 6 | |
| AnchorPoint | 7 | |
| CenterPoint | 8 | |
| Orientation | 9 | |
| RotationAngle | 10 | |
| RotationAxis | 11 | |
| Scale | 12 | |
| TransformMatrix | 13 | |
| BottomInset | 14 | |
| LeftInset | 15 | |
| RightInset | 16 | |
| TopInset | 17 | |
| LeftRadiusX | 18 | |
| LeftRadiusY | 19 | |
| BottomRightRadiusX | 20 | |
| BottomRightRadiusY | 21 | |
| TopLeftRadiusX | 22 | |
| TopLeftRadiusY | 23 | |
| TopRightRadiusX | 24 | |
| TopRightRadiusY | 25 |