次の方法で共有


Image.SetIsLoading(Boolean) メソッド

定義

イメージが現在読み込まれているかどうかを示す値を設定します。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SetIsLoading(bool isLoading);
abstract member SetIsLoading : bool -> unit
override this.SetIsLoading : bool -> unit

パラメーター

isLoading
System.Boolean

イメージが読み込まれるかどうか。

実装

属性
System.ComponentModel.EditorBrowsableAttribute

適用対象