UIPadding

Show Deprecated

Applies padding to the borders of the parent GuiObject, either as a pixel amount (Offset) or percentage of the parent's size (Scale).

Summary

Properties

  • Read Parallel

    Padding to apply on the bottom side, relative to the parent's normal size.

  • Read Parallel

    Padding to apply on the left side, relative to the parent's normal size.

  • Read Parallel

    Padding to apply on the right side, relative to the parent's normal size.

  • Read Parallel

    Padding to apply on the top side, relative to the parent's normal size.

Properties

PaddingBottom

Read Parallel

Padding to apply on the bottom side, relative to the parent's normal size.

PaddingLeft

Read Parallel

Padding to apply on the left side, relative to the parent's normal size.

PaddingRight

Read Parallel

Padding to apply on the right side, relative to the parent's normal size.

PaddingTop

Read Parallel

Padding to apply on the top side, relative to the parent's normal size.

Methods

Events