This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
persagy
/
persagy-web
Sledovat
22
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
04c0ab57a1
Větve
Značky
master
persagy-web
/
persagy-web-draw
/
lib
/
enums
/
STextAlign.d.ts
STextAlign.d.ts
107 B
Historie
Surový
1
2
3
4
5
6
7
export declare enum STextAlign {
Start = 0,
End = 1,
Right = 2,
Left = 3,
Center = 4
}