프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ColumnGutterWidthProperty | |||
ColumnProperty | |||
ColumnSpanProperty | |||
NumberOfColumnsProperty | |||
NumberOfRowsProperty | |||
RowGutterWidthProperty | |||
RowProperty | |||
RowSpanProperty |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
ChildElementColumnChanged ( |
||
ChildElementColumnSpanChanged ( |
||
ChildElementRowChanged ( |
||
ChildElementRowSpanChanged ( |
||
GridLayoutChanged ( |
||
GutterGrid ( ) : System |
public static GetColumnSpan ( UIElement element ) : int | ||
element | UIElement | |
리턴 | int |
public static GetRowSpan ( UIElement element ) : int | ||
element | UIElement | |
리턴 | int |
protected OnVisualChildrenChanged ( |
||
visualAdded | ||
visualRemoved | ||
리턴 | void |
public static SetColumn ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
리턴 | void |
public static SetColumnSpan ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
리턴 | void |
public static SetRow ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
리턴 | void |
public static SetRowSpan ( UIElement element, int value ) : void | ||
element | UIElement | |
value | int | |
리턴 | void |
public static DependencyProperty,System.Windows ColumnGutterWidthProperty | ||
리턴 |
public static DependencyProperty,System.Windows ColumnProperty | ||
리턴 |
public static DependencyProperty,System.Windows ColumnSpanProperty | ||
리턴 |
public static DependencyProperty,System.Windows NumberOfColumnsProperty | ||
리턴 |
public static DependencyProperty,System.Windows NumberOfRowsProperty | ||
리턴 |
public static DependencyProperty,System.Windows RowGutterWidthProperty | ||
리턴 |
public static DependencyProperty,System.Windows RowProperty | ||
리턴 |