Method | Description | |
---|---|---|
DefinitionProxy ( |
Initialize a new instance of the DefinitionProxy class.
|
|
PreMeasure ( double availableSize ) : double |
Find the minimum size allowed for this definition during measuring.
|
|
UpdateFromMeasure ( double size ) : void |
Update definition sizing after measuring a content of the definition.
|
public DefinitionProxy ( |
||
definition | Real row/col to act as proxy for. | |
return | System |
public PreMeasure ( double availableSize ) : double | ||
availableSize | double | Maximum available size for the definition. |
return | double |
public UpdateFromMeasure ( double size ) : void | ||
size | double | Size of a content within the definintion. |
return | void |