ExperimentalAcrylicMaterialAffectsRenderT Method
Marks a property as affecting the brush's visual representation.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected static void AffectsRender<T>(
params AvaloniaProperty[] properties
)
where T : ExperimentalAcrylicMaterial
Protected Shared Sub AffectsRender(Of T As ExperimentalAcrylicMaterial) (
ParamArray properties As AvaloniaProperty()
)
static member AffectsRender :
properties : AvaloniaProperty[] -> unit when 'T : ExperimentalAcrylicMaterial
- properties AvaloniaProperty
- The properties.
- T
After a call to this method in a brush's static constructor, any change to the
property will cause the
Invalidated event to be raised on the brush.