C# 클래스 RedBadger.Xpf.Controls.Grid

A Grid layout panel consisting of columns and rows.
상속: Panel
파일 보기 프로젝트 열기: redbadger/XPF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColumnProperty ReactiveProperty
RowProperty ReactiveProperty

공개 메소드들

메소드 설명
GetColumn ( IElement element ) : int

Gets the value of the Column attached property for the specified element.

GetRow ( IElement element ) : int

Gets the value of the Row attached property for the specified element.

SetColumn ( IElement element, int value ) : void

Sets the value of the Column attached property for the specified element.

SetRow ( IElement element, int value ) : void

Sets the value of the Row attached property for the specified element.

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

비공개 메소드들

메소드 설명
AllocateProportionalSpace ( IEnumerable definitions, double availableLength ) : void
CreateCells ( ) : void
InitializeMeasureData ( IEnumerable definitions, bool treatStarAsAuto, Dimension dimension ) : void
MeasureCell ( Cell cell, IElement child, bool shouldChildBeMeasuredWithInfiniteHeight ) : void
MeasureCells ( IEnumerable cells, UpdateMinLengths updateMinLengths ) : void
MeasureCells ( Size availableSize ) : void
SetFinalLength ( DefinitionBase definitions, double gridFinalLength ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize Size
리턴 Size

GetColumn() 공개 정적인 메소드

Gets the value of the Column attached property for the specified element.
public static GetColumn ( IElement element ) : int
element IElement The element for which to read the proerty value.
리턴 int

GetRow() 공개 정적인 메소드

Gets the value of the Row attached property for the specified element.
public static GetRow ( IElement element ) : int
element IElement The element for which to read the proerty value.
리턴 int

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size availableSize ) : Size
availableSize Size
리턴 Size

SetColumn() 공개 정적인 메소드

Sets the value of the Column attached property for the specified element.
public static SetColumn ( IElement element, int value ) : void
element IElement The element for which to write the proerty value.
value int The value of the Column attached property.
리턴 void

SetRow() 공개 정적인 메소드

Sets the value of the Row attached property for the specified element.
public static SetRow ( IElement element, int value ) : void
element IElement The element for which to write the proerty value.
value int The value of the Row attached property.
리턴 void

프로퍼티 상세

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

Column attached property.
public static ReactiveProperty ColumnProperty
리턴 ReactiveProperty

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

Row attached property.
public static ReactiveProperty RowProperty
리턴 ReactiveProperty