ViewGroup.StartLayoutAnimation メソッド

定義

レイアウト アニメーションを実行します。

[Android.Runtime.Register("startLayoutAnimation", "()V", "GetStartLayoutAnimationHandler")]
public virtual void StartLayoutAnimation ();
[<Android.Runtime.Register("startLayoutAnimation", "()V", "GetStartLayoutAnimationHandler")>]
abstract member StartLayoutAnimation : unit -> unit
override this.StartLayoutAnimation : unit -> unit
属性

注釈

レイアウト アニメーションを実行します。 このメソッドを呼び出すと、このビュー グループのリレーアウトがトリガーされます。

の Java ドキュメント android.view.ViewGroup.startLayoutAnimation()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象