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

Public Member Functions

 css_border (const css_border &val)
 
css_borderoperator= (const css_border &val)
 

Public Attributes

css_length width
 
border_style style
 
web_color color
 

Detailed Description

Definition at line 9 of file borders.h.

Constructor & Destructor Documentation

◆ css_border() [1/2]

litehtml::css_border::css_border ( )
inline

Definition at line 15 of file borders.h.

◆ css_border() [2/2]

litehtml::css_border::css_border ( const css_border val)
inline

Definition at line 20 of file borders.h.

Member Function Documentation

◆ operator=()

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

Definition at line 27 of file borders.h.

Member Data Documentation

◆ color

web_color litehtml::css_border::color

Definition at line 13 of file borders.h.

◆ style

border_style litehtml::css_border::style

Definition at line 12 of file borders.h.

◆ width

css_length litehtml::css_border::width

Definition at line 11 of file borders.h.


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