C# 클래스 Yuhan.WPF.Helpers.GridHelpers

파일 보기 프로젝트 열기: hansuky/Yuhan

공개 프로퍼티들

프로퍼티 타입 설명
ColumnCountProperty System.Windows.DependencyProperty
ColumnGridUnitType System.Windows.DependencyProperty
RowCountProperty System.Windows.DependencyProperty
RowGridUnitType System.Windows.DependencyProperty
StarColumnsProperty System.Windows.DependencyProperty
StarRowsProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ColumnCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetColumnCount ( DependencyObject obj ) : int
GetColumnGridUnitType ( DependencyObject obj ) : GridUnitType
GetRowCount ( DependencyObject obj ) : int
GetRowGridUnitType ( DependencyObject obj ) : GridUnitType
GetStarColumns ( DependencyObject obj ) : string
GetStarRows ( DependencyObject obj ) : string
RowCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetColumnCount ( DependencyObject obj, int value ) : void
SetColumnGridUnitType ( DependencyObject obj, GridUnitType value ) : void
SetRowCount ( DependencyObject obj, int value ) : void
SetRowGridUnitType ( DependencyObject obj, GridUnitType value ) : void
SetStarColumns ( DependencyObject obj, string value ) : void
SetStarRows ( DependencyObject obj, string value ) : void
StarColumnsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
StarRowsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
ColumnGridUnitTypeChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetGridLength ( GridUnitType type ) : GridLength
RowGridUnitTypeChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetStarColumns ( Grid grid ) : void
SetStarRows ( Grid grid ) : void

메소드 상세

ColumnCountChanged() 공개 정적인 메소드

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

GetColumnCount() 공개 정적인 메소드

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

GetColumnGridUnitType() 공개 정적인 메소드

public static GetColumnGridUnitType ( DependencyObject obj ) : GridUnitType
obj System.Windows.DependencyObject
리턴 GridUnitType

GetRowCount() 공개 정적인 메소드

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

GetRowGridUnitType() 공개 정적인 메소드

public static GetRowGridUnitType ( DependencyObject obj ) : GridUnitType
obj System.Windows.DependencyObject
리턴 GridUnitType

GetStarColumns() 공개 정적인 메소드

public static GetStarColumns ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

GetStarRows() 공개 정적인 메소드

public static GetStarRows ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

RowCountChanged() 공개 정적인 메소드

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

SetColumnCount() 공개 정적인 메소드

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

SetColumnGridUnitType() 공개 정적인 메소드

public static SetColumnGridUnitType ( DependencyObject obj, GridUnitType value ) : void
obj System.Windows.DependencyObject
value GridUnitType
리턴 void

SetRowCount() 공개 정적인 메소드

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

SetRowGridUnitType() 공개 정적인 메소드

public static SetRowGridUnitType ( DependencyObject obj, GridUnitType value ) : void
obj System.Windows.DependencyObject
value GridUnitType
리턴 void

SetStarColumns() 공개 정적인 메소드

public static SetStarColumns ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

SetStarRows() 공개 정적인 메소드

public static SetStarRows ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

StarColumnsChanged() 공개 정적인 메소드

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

StarRowsChanged() 공개 정적인 메소드

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

프로퍼티 상세

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

Adds the specified number of Columns to ColumnDefinitions. Default Width is Auto
public static DependencyProperty,System.Windows ColumnCountProperty
리턴 System.Windows.DependencyProperty

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

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

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

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

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

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

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

Makes the specified Column's Width equal to Star. Can set on multiple Columns
public static DependencyProperty,System.Windows StarColumnsProperty
리턴 System.Windows.DependencyProperty

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

Makes the specified Row's Height equal to Star. Can set on multiple Rows
public static DependencyProperty,System.Windows StarRowsProperty
리턴 System.Windows.DependencyProperty