get_property


Description:

[ Version ( deprecated = true , deprecated_since = "3.14" , since = "3.0" ) ]
public Value get_property (string property, StateFlags state)

Warning: get_property is deprecated since 3.14.

Gets a property value as retrieved from the style settings that apply to the currently rendered element.

Parameters:

this

a ThemingEngine

property

the property name

state

state to retrieve the value for

value

return location for the property value, you must free this memory using unset once you are done with it.