Summary
Represents the optional arguments to use when calling an implementation of the
IElementFactory
's GetElement(ElementFactoryGetArgs)
method.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ElementFactoryRecycleArgs"]
class Type type-node
Syntax
public class ElementFactoryRecycleArgs
Properties
Name | Value | Summary |
---|---|---|
Element | IControl |
Gets or sets the
IControl to recycle when calling
RecycleElement(ElementFactoryRecycleArgs) .
|
Parent | IControl |
Gets or sets the
IControl that is expected to be the parent of the
realized element from GetElement(ElementFactoryGetArgs) .
|