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입니다.

특성

적용 대상

추가 정보