Property | Type | Description | |
---|---|---|---|
RendererProperty | AttachedProperty |
Method | Description | |
---|---|---|
GetRenderer ( AvaloniaObject obj ) : |
Gets renderer options attached property.
|
|
SetRenderer ( AvaloniaObject obj, |
Sets renderer options attached property.
|
public static GetRenderer ( AvaloniaObject obj ) : |
||
obj | AvaloniaObject | The avalonia object. |
return |
public static SetRenderer ( AvaloniaObject obj, |
||
obj | AvaloniaObject | The avalonia object. |
value | The shape render value. | |
return | void |