Modules
The dep_type
, impl_dep_obj
, and with_builder
macro expansion example.
Macros
Defines dependency type.
Specifies dependency objects list and accessing methods.
Structs
A dependency property.
A dictionary mapping a subset of target type properties to the values.
Every dependency object can have an applied style at every moment.
To switch an applied style, use the DepObjId::apply_style
function.
Enums
Traits
A type should satisfy this trait to be a dependency property type, a dependency vector item type, or a flow data type.