DNotify.SetAlignment
From GMod Wiki
Function | |
Syntax | Panel:SetAlignment( integer ) |
Description: | |
Sets the alignment of elements. | |
Returns: | nil |
In Object: | Panel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DNotify.SetAlignment]DNotify.SetAlignment [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Sets a SetAlignment for the Panel. |
---|---|
Used on | |
Code | local Label = vgui.Create( "DNotify" , DermaPanel) Label:SetAlignment(1) |
Output | N/A |