C# 클래스 HelixToolkit.Wpf.Expander3D

A visual element that translates all children relative to the specified origin.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
ExpandOriginProperty System.Windows.DependencyProperty
ExpansionProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ExpandTo ( double value, double animationTime ) : void

Expands to the specified value.

보호된 메소드들

메소드 설명
OnExpansionChanged ( ) : void

The expand.

비공개 메소드들

메소드 설명
Expand ( System.Windows.Media.Media3D.GeometryModel3D model, System.Windows.Media.Media3D.Transform3D transformation ) : void

The expand.

ExpansionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The expansion changed.

메소드 상세

ExpandTo() 공개 메소드

Expands to the specified value.
public ExpandTo ( double value, double animationTime ) : void
value double /// The value. ///
animationTime double /// The animation time. ///
리턴 void

OnExpansionChanged() 보호된 메소드

The expand.
protected OnExpansionChanged ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the ExpandOrigin dependency property.
public static DependencyProperty,System.Windows ExpandOriginProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Expansion dependency property.
public static DependencyProperty,System.Windows ExpansionProperty
리턴 System.Windows.DependencyProperty