Bagikan melalui


ContentIslandStateChangedEventArgs.DidActualSizeChange Property

Definition

Gets whether the ContentIsland size changed.

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

Property Value

Boolean

bool

True, if the ContentIsland size changed; otherwise, false.

Applies to

See also