A stylesheet that stores style properties of Component s.
sealed class
|
Stylesheet
|
Returns the value of a stylesheet property.
public
method
|
Get
(IStyleProperty property,
StyleClass styleClass)
|
||
type
|
object
|
||
params
|
property
|
[not-null]
|
The property name. |
styleClass
|
The style class. | ||
returns
|
The
boxed
property
value
or
null
if
not
found. |
See also:
BoxedSets the value of a stylesheet property.
public
method
|
Put
(IStyleProperty property,
object value,
StyleClass styleClass)
|
||
params
|
property
|
[not-null]
|
The property name. |
value
|
The
boxed
property
value
of
null
to
clear. |
||
styleClass
|
The style class. |