get_property


Description:

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

Warning: get_property is deprecated since 3.16.

Gets a style property from this for the given state.

Note:

StyleProperties are deprecated.

When done with value, unset needs to be called to free any allocated memory.

Parameters:

this

a StyleProperties

property

style property name

state

state to retrieve the property value for

value

return location for the style property value.

Returns:

true if the property exists in this, false otherwise