C# 클래스 Open.Core.UI.Silverlight.Controls.CollapsingContent

A container of content which is collapsible.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimateOnLoadProperty System.Windows.DependencyProperty
AnimationDurationProperty System.Windows.DependencyProperty
EasingProperty System.Windows.DependencyProperty
IsOpenProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AnimateIsOpenChanged void
AnimateToChildHeight void
GetToHeight double
RefreshChildDesiredSize void
UpdateContainerHeight void
UpdateVisibility void

공개 메소드들

메소드 설명
CollapsingContent ( ) : System
Handle_Child_Loaded ( object sender, RoutedEventArgs e ) : void
Handle_Child_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
AnimateIsOpenChanged ( ) : void
AnimateToChildHeight ( double fromHeight ) : void
GetToHeight ( ) : double
RefreshChildDesiredSize ( ) : void
UpdateContainerHeight ( ) : void
UpdateVisibility ( ) : void

메소드 상세

CollapsingContent() 공개 메소드

public CollapsingContent ( ) : System
리턴 System

Handle_Child_Loaded() 공개 메소드

public Handle_Child_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

Handle_Child_SizeChanged() 공개 메소드

public Handle_Child_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
sender object
e System.Windows.SizeChangedEventArgs
리턴 void

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

AnimateOnLoadProperty 공개적으로 정적으로 프로퍼티

Gets or sets whether the container animates it's size upon loading a new child.
public static DependencyProperty,System.Windows AnimateOnLoadProperty
리턴 System.Windows.DependencyProperty

AnimationDurationProperty 공개적으로 정적으로 프로퍼티

Gets or sets the duration (in seconds) of the open/close animation.
public static DependencyProperty,System.Windows AnimationDurationProperty
리턴 System.Windows.DependencyProperty

EasingProperty 공개적으로 정적으로 프로퍼티

Gets or sets the easing function to apply to the animation.
public static DependencyProperty,System.Windows EasingProperty
리턴 System.Windows.DependencyProperty

IsOpenProperty 공개적으로 정적으로 프로퍼티

Gets or sets whether the container is open or closed.
public static DependencyProperty,System.Windows IsOpenProperty
리턴 System.Windows.DependencyProperty