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

如此,如果 ContentIsland 大小已更改;否则为 false。

适用于

另请参阅