get_style_property
Description:
[ Version ( since = "2.16" ) ]
public void get_style_property (Type widget_type, string property_name, ref Value value)
Queries the value of a style property corresponding to a widget class is in the given style.
Parameters:
this |
a Style
|
widget_type |
the Type of a descendant of Widget
|
property_name |
the name of the style property to get
|
value |
a Value where the value of the property being queried will be stored
|