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