Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
CommonLayoutParams
CommonLayoutParams
interface CommonLayoutParams {
  bottomMargin: number;
  bottomMarginPercent: number;
  height: number;
  heightPercent: number;
  horizontalAlignment: HorizontalAlignmentType;
  leftMargin: number;
  leftMarginPercent: number;
  rightMargin: number;
  rightMarginPercent: number;
  topMargin: number;
  topMarginPercent: number;
  verticalAlignment: VerticalAlignmentType;
  width: number;
  widthPercent: number;
}Summary 
Properties 
bottomMargin 
bottomMarginPercent 
height 
heightPercent 
horizontalAlignment 
horizontalAlignment: HorizontalAlignmentType
leftMargin 
leftMarginPercent 
rightMargin 
rightMarginPercent 
topMargin 
topMarginPercent 
verticalAlignment 
verticalAlignment: VerticalAlignmentType
width 
widthPercent 
- Previous
 - ChangedData
 - Next
 - ComponentModule