textBaseline method

AzColumn textBaseline(
  1. TextBaseline textBaseline
)

Implementation

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