C# 클래스 DynamicXaml.MarkupSystem.QuickGrid

파일 보기 프로젝트 열기: flq/XamlTags

공개 프로퍼티들

프로퍼티 타입 설명
ColumnsProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty
WithProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetColumns ( Grid element ) : string
GetRows ( Grid element ) : string
GetWith ( Grid element ) : string
SetColumns ( Grid element, string value ) : void
SetRows ( Grid element, string value ) : void
SetWith ( Grid element, string value ) : void

비공개 메소드들

메소드 설명
AddColumns ( string newValue, Grid g ) : void
AddRows ( string newValue, Grid g ) : void
HandleChange ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetColumns() 공개 정적인 메소드

public static GetColumns ( Grid element ) : string
element System.Windows.Controls.Grid
리턴 string

GetRows() 공개 정적인 메소드

public static GetRows ( Grid element ) : string
element System.Windows.Controls.Grid
리턴 string

GetWith() 공개 정적인 메소드

public static GetWith ( Grid element ) : string
element System.Windows.Controls.Grid
리턴 string

SetColumns() 공개 정적인 메소드

public static SetColumns ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
리턴 void

SetRows() 공개 정적인 메소드

public static SetRows ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
리턴 void

SetWith() 공개 정적인 메소드

public static SetWith ( Grid element, string value ) : void
element System.Windows.Controls.Grid
value string
리턴 void

프로퍼티 상세

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

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

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

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

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

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