IgxTextAlign
Type
const IgxTextAlign: {
readonly CENTER: "center";
readonly END: "end";
readonly START: "start";
} Defined in projects/igniteui-angular/progressbar/src/progressbar/progressbar.component.ts:28, projects/igniteui-angular/progressbar/src/progressbar/progressbar.component.ts:33
Properties
Section titled "Properties"CENTER
Section titled "CENTER"readonly CENTER: "center" Defined in projects/igniteui-angular/progressbar/src/progressbar/progressbar.component.ts:30
readonly END: "end" Defined in projects/igniteui-angular/progressbar/src/progressbar/progressbar.component.ts:31
START
Section titled "START"readonly START: "start" Defined in projects/igniteui-angular/progressbar/src/progressbar/progressbar.component.ts:29