Type aliases
            
              
              BackgroundRepeat
              
                BackgroundRepeat:
                "repeat" | "repeat-x" | "repeat-y" | "no-repeat"
              
              
            
            
              
              HorizontalAlignment
              
                HorizontalAlignment:
                "left" | "center" | "right" | "stretch"
              
              
            
            
              
              LengthDipUnit
              
                LengthDipUnit:
                object
              
              
              
            
            
              
              LengthPercentUnit
              
                LengthPercentUnit:
                object
              
              
              
            
            
              
              LengthPxUnit
              
                LengthPxUnit:
                object
              
              
              
            
            
              
              VerticalAlignment
              
                VerticalAlignment:
                "top" | "middle" | "bottom" | "stretch"
              
              
            
            
              
              Visibility
              
                Visibility:
                "visible" | "hidden" | "collapse"