C# 클래스 iNGen.Helpers.GridUtils

파일 보기 프로젝트 열기: prom3theu5/iNGEN-Ark-RCON-Desktop

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetColumnDefinitions ( DependencyObject d ) : string

Gets the value of the ColumnDefinitions property

GetRowDefinitions ( DependencyObject d ) : string

Gets the value of the RowDefinitions property

SetColumnDefinitions ( DependencyObject d, string value ) : void

Sets the value of the ColumnDefinitions property

SetRowDefinitions ( DependencyObject d, string value ) : void

Sets the value of the RowDefinitions property

비공개 메소드들

메소드 설명
OnColumnDefinitionsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles property changed event for the ColumnDefinitions property, constructing the required ColumnDefinitions elements on the grid which this property is attached to.

OnRowDefinitionsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles property changed event for the RowDefinitions property, constructing the required RowDefinitions elements on the grid which this property is attached to.

ParseLength ( string length ) : GridLength

Parses a string to create a GridLength

메소드 상세

GetColumnDefinitions() 공개 정적인 메소드

Gets the value of the ColumnDefinitions property
public static GetColumnDefinitions ( DependencyObject d ) : string
d System.Windows.DependencyObject
리턴 string

GetRowDefinitions() 공개 정적인 메소드

Gets the value of the RowDefinitions property
public static GetRowDefinitions ( DependencyObject d ) : string
d System.Windows.DependencyObject
리턴 string

SetColumnDefinitions() 공개 정적인 메소드

Sets the value of the ColumnDefinitions property
public static SetColumnDefinitions ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
리턴 void

SetRowDefinitions() 공개 정적인 메소드

Sets the value of the RowDefinitions property
public static SetRowDefinitions ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

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

Identifies the ColumnDefinitions attached property
public static DependencyProperty,System.Windows ColumnDefinitionsProperty
리턴 System.Windows.DependencyProperty

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

Identified the RowDefinitions attached property
public static DependencyProperty,System.Windows RowDefinitionsProperty
리턴 System.Windows.DependencyProperty