Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/styling/style-properties"

Index

Type aliases

BackgroundRepeat

BackgroundRepeat: "repeat" | "repeat-x" | "repeat-y" | "no-repeat"

HorizontalAlignment

HorizontalAlignment: "left" | "center" | "right" | "stretch"

LengthDipUnit

LengthDipUnit: object

Type declaration

  • unit: "dip"
  • value: dip

LengthPercentUnit

LengthPercentUnit: object

Type declaration

LengthPxUnit

LengthPxUnit: object

Type declaration

  • unit: "px"
  • value: px

VerticalAlignment

VerticalAlignment: "top" | "middle" | "bottom" | "stretch"

Visibility

Visibility: "visible" | "hidden" | "collapse"

Variables

Const backgroundColorProperty

backgroundColorProperty: CssAnimationProperty<Style, Color>

Const backgroundImageProperty

backgroundImageProperty: CssProperty<Style, string>

Const backgroundInternalProperty

backgroundInternalProperty: CssProperty<Style, Background>

Const backgroundPositionProperty

backgroundPositionProperty: CssProperty<Style, string>

Const backgroundProperty

backgroundProperty: ShorthandProperty<Style, string>

Const backgroundRepeatProperty

backgroundRepeatProperty: CssProperty<Style, BackgroundRepeat>

Const backgroundSizeProperty

backgroundSizeProperty: CssProperty<Style, string>

Const borderBottomColorProperty

borderBottomColorProperty: CssProperty<Style, Color>

Const borderBottomLeftRadiusProperty

borderBottomLeftRadiusProperty: CssProperty<Style, Length>

Const borderBottomRightRadiusProperty

borderBottomRightRadiusProperty: CssProperty<Style, Length>

Const borderBottomWidthProperty

borderBottomWidthProperty: CssProperty<Style, Length>

Const borderColorProperty

borderColorProperty: ShorthandProperty<Style, string | Color>

Const borderLeftColorProperty

borderLeftColorProperty: CssProperty<Style, Color>

Const borderLeftWidthProperty

borderLeftWidthProperty: CssProperty<Style, Length>

Const borderRadiusProperty

borderRadiusProperty: ShorthandProperty<Style, string | Length>

Const borderRightColorProperty

borderRightColorProperty: CssProperty<Style, Color>

Const borderRightWidthProperty

borderRightWidthProperty: CssProperty<Style, Length>

Const borderTopColorProperty

borderTopColorProperty: CssProperty<Style, Color>

Const borderTopLeftRadiusProperty

borderTopLeftRadiusProperty: CssProperty<Style, Length>

Const borderTopRightRadiusProperty

borderTopRightRadiusProperty: CssProperty<Style, Length>

Const borderTopWidthProperty

borderTopWidthProperty: CssProperty<Style, Length>

Const borderWidthProperty

borderWidthProperty: ShorthandProperty<Style, string | Length>

Const clipPathProperty

clipPathProperty: CssProperty<Style, string>

Const colorProperty

colorProperty: InheritedCssProperty<Style, Color>

Const fontFamilyProperty

fontFamilyProperty: InheritedCssProperty<Style, string>

Const fontInternalProperty

fontInternalProperty: InheritedCssProperty<Style, Font>

Const fontSizeProperty

fontSizeProperty: InheritedCssProperty<Style, number>

Const fontStyleProperty

fontStyleProperty: InheritedCssProperty<Style, FontStyle>

Const fontWeightProperty

fontWeightProperty: InheritedCssProperty<Style, FontWeight>

Const heightProperty

Const horizontalAlignmentProperty

horizontalAlignmentProperty: CssProperty<Style, HorizontalAlignment>

Const lineHeightProperty

lineHeightProperty: CssProperty<Style, number>

Const marginBottomProperty

marginBottomProperty: CssProperty<Style, PercentLength>

Const marginLeftProperty

marginLeftProperty: CssProperty<Style, PercentLength>

Const marginProperty

marginProperty: ShorthandProperty<Style, string | PercentLength>

Const marginRightProperty

marginRightProperty: CssProperty<Style, PercentLength>

Const marginTopProperty

marginTopProperty: CssProperty<Style, PercentLength>

Const minHeightProperty

minHeightProperty: CssProperty<Style, dip | LengthDipUnit | LengthPxUnit>

Const minWidthProperty

minWidthProperty: CssProperty<Style, dip | LengthDipUnit | LengthPxUnit>

Const opacityProperty

opacityProperty: CssAnimationProperty<Style, number>

Const paddingBottomProperty

paddingBottomProperty: CssProperty<Style, Length>

Const paddingLeftProperty

paddingLeftProperty: CssProperty<Style, Length>

Const paddingProperty

paddingProperty: ShorthandProperty<Style, string | Length>

Const paddingRightProperty

paddingRightProperty: CssProperty<Style, Length>

Const paddingTopProperty

paddingTopProperty: CssProperty<Style, Length>

Const rotateProperty

rotateProperty: CssAnimationProperty<Style, number>

Const scaleXProperty

scaleXProperty: CssAnimationProperty<Style, number>

Const scaleYProperty

scaleYProperty: CssAnimationProperty<Style, number>

Const translateXProperty

translateXProperty: CssAnimationProperty<Style, dip>

Const translateYProperty

translateYProperty: CssAnimationProperty<Style, dip>

Const verticalAlignmentProperty

verticalAlignmentProperty: CssProperty<Style, VerticalAlignment>

Const visibilityProperty

visibilityProperty: CssProperty<Style, Visibility>

Const widthProperty

Const zIndexProperty

zIndexProperty: CssProperty<Style, number>

Const zeroLength

zeroLength: Length

Functions

transformConverter

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method