textBaseline method

AzRow textBaseline(
  1. TextBaseline textBaseline
)

Implementation

AzRow textBaseline(TextBaseline textBaseline){
  _textBaseline = textBaseline;
  return this;
}