AffectsMeasure<T> Method
Marks a property as affecting the control's measurement.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected static void AffectsMeasure<T>(
params AvaloniaProperty[] properties
)
where T : Layoutable
Protected Shared Sub AffectsMeasure(Of T As Layoutable) (
ParamArray properties As AvaloniaProperty()
)
static member AffectsMeasure :
properties : AvaloniaProperty[] -> unit when 'T : Layoutable
Parameters
- AvaloniaProperty[]
- The properties.
Type Parameters
- The control which the property affects.
Remarks
After a call to this method in a control's static constructor, any change to the property will cause InvalidateMeasure() to be called on the element.