C# 클래스 XamlForIphone.UIGrid

상속: UIView
파일 보기 프로젝트 열기: Clancey/XamlForIphone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children List
ColumnPadding float
ColumnProperty System.Windows.DependencyProperty
ColumnSpanProperty System.Windows.DependencyProperty
RowPadding float
RowProperty System.Windows.DependencyProperty
RowSpanProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AddSubview ( MonoTouch view ) : void
GetColumn ( IDependencyObject element ) : int
GetColumnSpan ( IDependencyObject element ) : int
GetRow ( IDependencyObject element ) : int
GetRowSpan ( IDependencyObject element ) : int
SetColumn ( IDependencyObject element, object value ) : void
SetColumnSpan ( IDependencyObject element, object value ) : void
SetRow ( IDependencyObject element, object value ) : void
SetRowSpan ( IDependencyObject element, object value ) : void
UIGrid ( RectangleF rect, float ColumnWidth, float RowHeight ) : System
UIGrid ( RectangleF rect, int Columns, int Rows ) : System

비공개 메소드들

메소드 설명
OnRowColumnChanged ( IDependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UIGrid ( ) : System
getLocation ( int column, int row ) : PointF
getSize ( int columnSpan, int rowSpan ) : SizeF
reload ( ) : void

메소드 상세

AddSubview() 공개 메소드

public AddSubview ( MonoTouch view ) : void
view MonoTouch
리턴 void

GetColumn() 공개 정적인 메소드

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

GetColumnSpan() 공개 정적인 메소드

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

GetRow() 공개 정적인 메소드

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

GetRowSpan() 공개 정적인 메소드

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

SetColumn() 공개 정적인 메소드

public static SetColumn ( IDependencyObject element, object value ) : void
element IDependencyObject
value object
리턴 void

SetColumnSpan() 공개 정적인 메소드

public static SetColumnSpan ( IDependencyObject element, object value ) : void
element IDependencyObject
value object
리턴 void

SetRow() 공개 정적인 메소드

public static SetRow ( IDependencyObject element, object value ) : void
element IDependencyObject
value object
리턴 void

SetRowSpan() 공개 정적인 메소드

public static SetRowSpan ( IDependencyObject element, object value ) : void
element IDependencyObject
value object
리턴 void

UIGrid() 공개 메소드

public UIGrid ( RectangleF rect, float ColumnWidth, float RowHeight ) : System
rect System.Drawing.RectangleF
ColumnWidth float
RowHeight float
리턴 System

UIGrid() 공개 메소드

public UIGrid ( RectangleF rect, int Columns, int Rows ) : System
rect System.Drawing.RectangleF
Columns int
Rows int
리턴 System

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List

ColumnPadding 공개적으로 프로퍼티

public float ColumnPadding
리턴 float

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

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

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

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

RowPadding 공개적으로 프로퍼티

public float RowPadding
리턴 float

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

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

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

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