共用方式為


ContentIslandStateChangedEventArgs.DidActualSizeChange 屬性

定義

取得 ContentIsland 大小是否變更。

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

屬性值

Boolean

bool

True 是表示 如果 ContentIsland 大小變更;否則為 false。

適用於

另請參閱