Interface IDiv

Base of all markup elements.

Hierarchy

Properties

borderColor?: string
borderRadius?: number
borderUsingPercent?: boolean
borderWidth?: number
boxShadow?: IBoxShadow
contentRows: Markup.Div.IRow[]
height: number
id: string
name?: string
position?: "fixed" | "absolute"
screenHeight?: number
screenWidth?: number
visible?: boolean
width: number
x: number
y: number

Generated using TypeDoc