Cogs.Core
Public Member Functions | Public Attributes | List of all members
litehtml::css_borders Struct Reference

Public Member Functions

 css_borders (const css_borders &val)
 
css_bordersoperator= (const css_borders &val)
 

Public Attributes

css_border left
 
css_border top
 
css_border right
 
css_border bottom
 
css_border_radius radius
 

Detailed Description

Definition at line 217 of file borders.h.

Constructor & Destructor Documentation

◆ css_borders() [1/2]

litehtml::css_borders::css_borders ( )
inline

Definition at line 225 of file borders.h.

◆ css_borders() [2/2]

litehtml::css_borders::css_borders ( const css_borders val)
inline

Definition at line 230 of file borders.h.

Member Function Documentation

◆ operator=()

css_borders & litehtml::css_borders::operator= ( const css_borders val)
inline

Definition at line 239 of file borders.h.

Member Data Documentation

◆ bottom

css_border litehtml::css_borders::bottom

Definition at line 222 of file borders.h.

◆ left

css_border litehtml::css_borders::left

Definition at line 219 of file borders.h.

◆ radius

css_border_radius litehtml::css_borders::radius

Definition at line 223 of file borders.h.

◆ right

css_border litehtml::css_borders::right

Definition at line 221 of file borders.h.

◆ top

css_border litehtml::css_borders::top

Definition at line 220 of file borders.h.


The documentation for this struct was generated from the following file: