Lines Matching refs:TextAlign
282 … Text('1').height(50).width('25%').fontSize(16).backgroundColor(0xF5DEB3).textAlign(TextAlign.End)
283 … Text('2').height(50).width('25%').fontSize(16).backgroundColor(0xD2B48C).textAlign(TextAlign.End)
284 … Text('3').height(50).width('25%').fontSize(16).backgroundColor(0xF5DEB3).textAlign(TextAlign.End)
285 … Text('4').height(50).width('25%').fontSize(16).backgroundColor(0xD2B48C).textAlign(TextAlign.End)
313 .textAlign(TextAlign.Center)
322 .textAlign(TextAlign.Center)
340 .textAlign(TextAlign.Center)
346 .textAlign(TextAlign.Center)
352 .textAlign(TextAlign.Center)
362 .textAlign(TextAlign.Center)
371 .textAlign(TextAlign.Center)
401 .textAlign(TextAlign.Center).position({bottom: 0, right: 0})
403 .textAlign(TextAlign.Center).position({top: 0, left: 0})
405 .textAlign(TextAlign.Center).position({ top: '10%', left: '50%' })
407 .textAlign(TextAlign.Center).position({ bottom: 0, left: 30 })
414 .textAlign(TextAlign.Center)
416 .textAlign(TextAlign.Center).offset({top: 30, left: 0})
418 .textAlign(TextAlign.Center)
420 .textAlign(TextAlign.Center).offset({bottom: 10, right: 30})