Class PropertyElement
Inheritance
PropertyElement
Syntax
public class PropertyElement : BindableElement, IBinding
Constructors
PropertyElement()
Declaration
Methods
GetTarget<T>()
Declaration
Returns
Type Parameters
GetValueAtPath<TValueType>(PropertyPath)
Declaration
public TValueType GetValueAtPath<TValueType>(PropertyPath path)
Parameters
Returns
Type |
Description |
TValueType |
|
Type Parameters
Name |
Description |
TValueType |
|
Refresh(Boolean)
Declaration
public void Refresh(bool force = false)
Parameters
Type |
Name |
Description |
Boolean |
force |
|
SetCount(VisualElement, Int32)
Declaration
public void SetCount(VisualElement field, int count)
Parameters
Type |
Name |
Description |
VisualElement |
field |
|
Int32 |
count |
|
SetTarget<T>(T)
Declaration
public void SetTarget<T>(T target)
Parameters
Type |
Name |
Description |
T |
target |
|
Type Parameters
SetValue<TValueType>(VisualElement, TValueType)
Declaration
public TValueType SetValue<TValueType>(VisualElement field, TValueType value)
Parameters
Type |
Name |
Description |
VisualElement |
field |
|
TValueType |
value |
|
Returns
Type |
Description |
TValueType |
|
Type Parameters
Name |
Description |
TValueType |
|
SetValueAtPath<TValueType>(PropertyPath, TValueType)
Declaration
public void SetValueAtPath<TValueType>(PropertyPath path, TValueType value)
Parameters
Type Parameters
Name |
Description |
TValueType |
|
Events
OnChanged
Declaration
public event PropertyElement.ChangeHandler OnChanged
Event Type