FrameworkElement.ActualHeightProperty Proprietà

Definizione

Identifica la proprietà di dipendenza ActualHeight . Vedere la sezione Osservazioni.

public:
 static property DependencyProperty ^ ActualHeightProperty { DependencyProperty ^ get(); };
static DependencyProperty ActualHeightProperty();
public static DependencyProperty ActualHeightProperty { get; }
var dependencyProperty = FrameworkElement.actualHeightProperty;
Public Shared ReadOnly Property ActualHeightProperty As DependencyProperty

Valore della proprietà

Identificatore della proprietà di dipendenza ActualHeight .

Commenti

Nota

Sebbene abbia un campo sottostante ActualHeightProperty, ActualHeight non genera notifiche di modifica delle proprietà e deve essere considerato come una normale proprietà CLR e non una proprietà di dipendenza.

Si applica a