Winter Cardinal UI - v0.442.0 / DPadding
↳ DPadding
• Optional
bottom: number
src/main/typescript/wcardinal/ui/d-padding.ts:12
• Optional
left: number
src/main/typescript/wcardinal/ui/d-padding.ts:9
• Optional
right: number
src/main/typescript/wcardinal/ui/d-padding.ts:11
• Optional
top: number
src/main/typescript/wcardinal/ui/d-padding.ts:10
▸ getBottom(): number
number
src/main/typescript/wcardinal/ui/d-padding.ts:25
▸ getLeft(): number
number
src/main/typescript/wcardinal/ui/d-padding.ts:22
▸ getRight(): number
number
src/main/typescript/wcardinal/ui/d-padding.ts:24
▸ getTheme(): DThemeBase
src/main/typescript/wcardinal/ui/d-padding.ts:20
▸ getTop(): number
number
src/main/typescript/wcardinal/ui/d-padding.ts:23
▸ set(padding
): void
Name | Type |
---|---|
padding |
number |
void
src/main/typescript/wcardinal/ui/d-padding.ts:16
▸ set(topAndBottom
, leftAndRight
): void
Name | Type |
---|---|
topAndBottom |
number |
leftAndRight |
number |
void
src/main/typescript/wcardinal/ui/d-padding.ts:17
▸ set(top
, leftAndRight
, bottom
): void
Name | Type |
---|---|
top |
number |
leftAndRight |
number |
bottom |
number |
void
src/main/typescript/wcardinal/ui/d-padding.ts:18
▸ set(top
, right
, bottom
, left
): void
Name | Type |
---|---|
top |
number |
right |
number |
bottom |
number |
left |
number |
void
src/main/typescript/wcardinal/ui/d-padding.ts:19
▸ setTheme(theme
): void
Name | Type |
---|---|
theme |
DThemeBase |
void