Packages

t

react.native

ViewStyle

trait ViewStyle extends Object with FlexStyle with ShadowStyleIOS with TransformsStyle

Annotations
@JSType()
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewStyle
  2. TransformsStyle
  3. ShadowStyleIOS
  4. FlexStyle
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val alignContent: UndefOr[AlignContent]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  2. val alignItems: UndefOr[FlexAlignType]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  3. val alignSelf: UndefOr[AlignSelf]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  4. val aspectRatio: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  5. val backgroundColor: UndefOr[String]
    Annotations
    @JSOptional()
  6. val borderBottoRightRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  7. val borderBottomColor: UndefOr[String]
    Annotations
    @JSOptional()
  8. val borderBottomEndRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  9. val borderBottomLeftRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  10. val borderBottomStartRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  11. val borderBottomWidth: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  12. val borderColor: UndefOr[String]
    Annotations
    @JSOptional()
  13. val borderEndColor: UndefOr[String]
    Annotations
    @JSOptional()
  14. val borderEndWidth: UndefOr[|[Double, String]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  15. val borderLeftColor: UndefOr[String]
    Annotations
    @JSOptional()
  16. val borderLeftWidth: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  17. val borderRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  18. val borderRightColor: UndefOr[String]
    Annotations
    @JSOptional()
  19. val borderRightWidth: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  20. val borderStartColor: UndefOr[String]
    Annotations
    @JSOptional()
  21. val borderStartWidth: UndefOr[|[Double, String]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  22. val borderTopColor: UndefOr[String]
    Annotations
    @JSOptional()
  23. val borderTopEndRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  24. val borderTopLeftRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  25. val borderTopRightRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  26. val borderTopStartRadius: UndefOr[Double]
    Annotations
    @JSOptional()
  27. val borderTopWidth: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  28. val borderWidth: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  29. val bottom: UndefOr[|[Double, String]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  30. val direction: UndefOr[Direction]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  31. val end: UndefOr[String]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  32. val flex: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  33. val flexBasis: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  34. val flexDirection: UndefOr[FlexDirection]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  35. val flexGrow: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  36. val flexShrink: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  37. val flexWrap: UndefOr[FlexWrap]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  38. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  39. val height: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  40. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  41. val justifyContent: UndefOr[JustifyContent]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  42. val left: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  43. val margin: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  44. val marginBottom: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  45. val marginEnd: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  46. val marginHorizontal: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  47. val marginLeft: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  48. val marginRight: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  49. val marginStart: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  50. val marginTop: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  51. val marginVertical: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  52. val maxHeight: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  53. val maxWidth: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  54. val minHeight: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  55. val minWidth: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  56. val opacity: UndefOr[Double]
    Annotations
    @JSOptional()
  57. val overflow: UndefOr[Overflow]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  58. val padding: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  59. val paddingBottom: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  60. val paddingEnd: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  61. val paddingHorizontal: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  62. val paddingLeft: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  63. val paddingRight: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  64. val paddingStart: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  65. val paddingTop: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  66. val paddingVertical: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  67. val position: UndefOr[Position]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  68. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  69. val right: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  70. val rotation: UndefOr[Double]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  71. val scaleX: UndefOr[Double]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  72. val scaleY: UndefOr[Double]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  73. val shadowColor: UndefOr[String]
    Definition Classes
    ShadowStyleIOS
    Annotations
    @JSOptional()
  74. val shadowOffset: UndefOr[Offset]
    Definition Classes
    ShadowStyleIOS
    Annotations
    @JSOptional()
  75. val shadowOpacity: UndefOr[Double]
    Definition Classes
    ShadowStyleIOS
    Annotations
    @JSOptional()
  76. val shadowRadius: UndefOr[Double]
    Definition Classes
    ShadowStyleIOS
    Annotations
    @JSOptional()
  77. val start: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  78. val testID: UndefOr[String]
    Annotations
    @JSOptional()
  79. def toLocaleString(): String
    Definition Classes
    Object
  80. val top: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  81. val tranform: UndefOr[Any]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  82. val transformMatrix: UndefOr[Array[Double]]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  83. val translateX: UndefOr[Double]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  84. val translateY: UndefOr[Double]
    Definition Classes
    TransformsStyle
    Annotations
    @JSOptional()
  85. def valueOf(): Any
    Definition Classes
    Object
  86. val width: UndefOr[|[String, Double]]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()
  87. val zIndex: UndefOr[Double]
    Definition Classes
    FlexStyle
    Annotations
    @JSOptional()