Compartir a través de


ContentIslandStateChangedEventArgs.DidActualSizeChange Propiedad

Definición

Obtiene si el tamaño de ContentIsland ha cambiado.

public:
 property bool DidActualSizeChange { bool get(); };
bool DidActualSizeChange();
public bool DidActualSizeChange { get; }
var boolean = contentIslandStateChangedEventArgs.didActualSizeChange;
Public ReadOnly Property DidActualSizeChange As Boolean

Valor de propiedad

Boolean

bool

True, si el tamaño de ContentIsland ha cambiado; de lo contrario, false.

Se aplica a

Consulte también