CCss.Property – ccss-1 Reference Manual
Packages
ccss-1
CCss
Property
State
Type
get_state
type
Convert
Create
Destroy
Factory
Inherit
Serialize
Property
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"ccss_property_t"
, cprefix =
"ccss_property_"
, free_function =
"ccss_property_destroy"
) ]
public
class
Property
All known sub-classes:
Background
BackgroundAttachment
BackgroundImage
BackgroundPosition
BackgroundRepeat
BackgroundSize
BorderImage
BorderRadius
BorderSpacing
BorderStyle
BorderWidth
Color
Padding
Position
Namespace:
CCss
Package:
ccss-1
Content:
Enums:
State
Type
Properties:
public
State
get_state
{
get
; }
public
Type
type
{
get
; }
Delegates:
public
delegate
bool
Convert
(
Property
property,
Type
target,
void
* value)
public
delegate
Property
Create
(
Grammar
grammar,
void
* values)
public
delegate
void
Destroy
(
Property
property)
public
delegate
bool
Factory
(
Grammar
grammar,
Block
block,
string
name,
void
* values)
public
delegate
bool
Inherit
(
Style
container_style,
Style
style)
public
delegate
string
Serialize
(
Property
property)