DPropertySheet.SetPadding

From GMod Wiki

Jump to: navigation, search
Function
Syntax DPropertySheet:SetPadding( Integer padding )
Description:
Sets the internal padding of a PropertySheet .
Returns: nil
In Object: DPropertySheet
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DPropertySheet.SetPadding]DPropertySheet.SetPadding [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSets the padding on a panel.
Used onNewerClient.png
Code
local PropertySheet = vgui.Create("DPropertySheet")
PropertySheet :SetSize(50, 200)
PropertySheet :SetPos(300,400)
PropertySheet :SetPadding(5)
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox