名前空間一覧 > GrapeCity.Web.Input.Core 名前空間 > DropDown クラス : ClosingAnimation プロパティ |
Public Property ClosingAnimation As DropDownAnimation
public DropDownAnimation ClosingAnimation {get; set;}
Imports GrapeCity.Web.Input.Core
Date1.DropDown.ClosingAnimation = DropDownAnimation.Scroll
Date1.DropDown.OpeningAnimation = DropDownAnimation.Fade
using GrapeCity.Web.Input.Core;
Date1.DropDown.ClosingAnimation = DropDownAnimation.Scroll;
Date1.DropDown.OpeningAnimation = DropDownAnimation.Fade;