clipBehavior method

AzButton clipBehavior(
  1. Clip clipBehavior
)

Implementation

AzButton clipBehavior(Clip clipBehavior){
  _clipBehavior = clipBehavior;
  return this;
}