textHeightBehavior method

AzText textHeightBehavior(
  1. TextHeightBehavior textHeightBehavior
)

Implementation

AzText textHeightBehavior(TextHeightBehavior textHeightBehavior){
  _textHeightBehavior = textHeightBehavior;
  return this;
}