C# 클래스 withSIX.Core.Presentation.Wpf.Behaviors.UniformGridBehavior

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetItemWidth ( System.Windows.Controls.Primitives.UniformGrid grid ) : double
SetItemWidth ( System.Windows.Controls.Primitives.UniformGrid grid, double value ) : void

비공개 메소드들

메소드 설명
GetColumns ( double x, double val ) : int
OnItemWidthChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetItemWidth() 공개 정적인 메소드

public static GetItemWidth ( System.Windows.Controls.Primitives.UniformGrid grid ) : double
grid System.Windows.Controls.Primitives.UniformGrid
리턴 double

SetItemWidth() 공개 정적인 메소드

public static SetItemWidth ( System.Windows.Controls.Primitives.UniformGrid grid, double value ) : void
grid System.Windows.Controls.Primitives.UniformGrid
value double
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows ItemWidthProperty
리턴 System.Windows.DependencyProperty