Winter Cardinal UI - v0.442.0 / DBasePadding
DBasePadding
• new DBasePadding(theme
, options?
, callback?
): DBasePadding
Name | Type |
---|---|
theme |
DThemeBase |
options? |
DBaseOptions <any , any > |
callback? |
() => void |
src/main/typescript/wcardinal/ui/d-base-padding.ts:18
• Protected
Optional
_bottom: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:15
• Protected
Optional
_callback: () => void
▸ (): void
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:16
• Protected
Optional
_left: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:12
• Protected
Optional
_right: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:14
• Protected
_theme: DThemeBase
src/main/typescript/wcardinal/ui/d-base-padding.ts:11
• Protected
Optional
_top: number
src/main/typescript/wcardinal/ui/d-base-padding.ts:13
• get
bottom(): undefined
| number
undefined
| number
src/main/typescript/wcardinal/ui/d-base-padding.ts:104
• set
bottom(bottom
): void
Name | Type |
---|---|
bottom |
undefined | number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:108
• get
left(): undefined
| number
undefined
| number
src/main/typescript/wcardinal/ui/d-base-padding.ts:53
• set
left(left
): void
Name | Type |
---|---|
left |
undefined | number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:57
• get
right(): undefined
| number
undefined
| number
src/main/typescript/wcardinal/ui/d-base-padding.ts:87
• set
right(right
): void
Name | Type |
---|---|
right |
undefined | number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:91
• get
top(): undefined
| number
undefined
| number
src/main/typescript/wcardinal/ui/d-base-padding.ts:70
• set
top(top
): void
Name | Type |
---|---|
top |
undefined | number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:74
▸ getBottom(): number
number
src/main/typescript/wcardinal/ui/d-base-padding.ts:100
▸ getCallback(): undefined
| () => void
undefined
| () => void
src/main/typescript/wcardinal/ui/d-base-padding.ts:45
▸ getLeft(): number
number
src/main/typescript/wcardinal/ui/d-base-padding.ts:49
▸ getRight(): number
number
src/main/typescript/wcardinal/ui/d-base-padding.ts:83
▸ getTheme(): DThemeBase
src/main/typescript/wcardinal/ui/d-base-padding.ts:37
▸ getTop(): number
number
src/main/typescript/wcardinal/ui/d-base-padding.ts:66
▸ set(padding
): void
Name | Type |
---|---|
padding |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:117
▸ set(topAndBottom
, leftAndRight
): void
Name | Type |
---|---|
topAndBottom |
number |
leftAndRight |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:118
▸ set(top
, leftAndRight
, bottom
): void
Name | Type |
---|---|
top |
number |
leftAndRight |
number |
bottom |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:119
▸ set(top
, right
, bottom
, left
): void
Name | Type |
---|---|
top |
number |
right |
number |
bottom |
number |
left |
number |
void
src/main/typescript/wcardinal/ui/d-base-padding.ts:120
▸ setTheme(theme
): void
Name | Type |
---|---|
theme |
DThemeBase |
void