ToolTip.UseAnimation 속성

정의

도구 설명을 표시할 때 애니메이션 효과를 사용할지를 결정하는 값을 가져오거나 설정합니다.

public:
 property bool UseAnimation { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool UseAnimation { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.UseAnimation : bool with get, set
Public Property UseAnimation As Boolean

속성 값

창 애니메이션을 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상

추가 정보