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