C# 클래스 RatChat.Controls.GridHelpers

파일 보기 프로젝트 열기: JustOxlamon/Sc2tvChatPub

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetRowCount ( DependencyObject obj ) : int
RowCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetRowCount ( DependencyObject obj, int value ) : void

메소드 상세

GetRowCount() 공개 정적인 메소드

public static GetRowCount ( DependencyObject obj ) : int
obj System.Windows.DependencyObject
리턴 int

RowCountChanged() 공개 정적인 메소드

public static RowCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
obj System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

SetRowCount() 공개 정적인 메소드

public static SetRowCount ( DependencyObject obj, int value ) : void
obj System.Windows.DependencyObject
value int
리턴 void

프로퍼티 상세

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

Adds the specified number of Rows to RowDefinitions. Default Height is Auto
public static DependencyProperty,System.Windows RowCountProperty
리턴 System.Windows.DependencyProperty