C# Класс Open.Core.UI.Silverlight.Controls.CollapsingContent

A container of content which is collapsible.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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