C# 클래스 withSIX.Core.Presentation.Wpf.Views.Controls.GutterGrid

상속: System.Windows.Controls.Grid
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 프로퍼티들

프로퍼티 타입 설명
ColumnGutterWidthProperty System.Windows.DependencyProperty
ColumnProperty System.Windows.DependencyProperty
ColumnSpanProperty System.Windows.DependencyProperty
NumberOfColumnsProperty System.Windows.DependencyProperty
NumberOfRowsProperty System.Windows.DependencyProperty
RowGutterWidthProperty System.Windows.DependencyProperty
RowProperty System.Windows.DependencyProperty
RowSpanProperty System.Windows.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
DefaultGutter GridLength

공개 메소드들

메소드 설명
GetColumn ( UIElement element ) : int
GetColumnSpan ( UIElement element ) : int
GetRow ( UIElement element ) : int
GetRowSpan ( UIElement element ) : int
SetColumn ( UIElement element, int value ) : void
SetColumnSpan ( UIElement element, int value ) : void
SetRow ( UIElement element, int value ) : void
SetRowSpan ( UIElement element, int value ) : void

보호된 메소드들

메소드 설명
OnVisualChildrenChanged ( DependencyObject visualAdded, DependencyObject visualRemoved ) : void

비공개 메소드들

메소드 설명
ChildElementColumnChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChildElementColumnSpanChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChildElementRowChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChildElementRowSpanChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GridLayoutChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GutterGrid ( ) : System

메소드 상세

GetColumn() 공개 정적인 메소드

public static GetColumn ( UIElement element ) : int
element UIElement
리턴 int

GetColumnSpan() 공개 정적인 메소드

public static GetColumnSpan ( UIElement element ) : int
element UIElement
리턴 int

GetRow() 공개 정적인 메소드

public static GetRow ( UIElement element ) : int
element UIElement
리턴 int

GetRowSpan() 공개 정적인 메소드

public static GetRowSpan ( UIElement element ) : int
element UIElement
리턴 int

OnVisualChildrenChanged() 보호된 메소드

protected OnVisualChildrenChanged ( DependencyObject visualAdded, DependencyObject visualRemoved ) : void
visualAdded System.Windows.DependencyObject
visualRemoved System.Windows.DependencyObject
리턴 void

SetColumn() 공개 정적인 메소드

public static SetColumn ( UIElement element, int value ) : void
element UIElement
value int
리턴 void

SetColumnSpan() 공개 정적인 메소드

public static SetColumnSpan ( UIElement element, int value ) : void
element UIElement
value int
리턴 void

SetRow() 공개 정적인 메소드

public static SetRow ( UIElement element, int value ) : void
element UIElement
value int
리턴 void

SetRowSpan() 공개 정적인 메소드

public static SetRowSpan ( UIElement element, int value ) : void
element UIElement
value int
리턴 void

프로퍼티 상세

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

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

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

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

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

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

DefaultGutter 보호되어 있는 정적으로 프로퍼티

protected static GridLength DefaultGutter
리턴 GridLength

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

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

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

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

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

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

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

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

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

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