C# 클래스 ComponentFactory.Quicksilver.Layout.GridLayout.DefinitionProxy

파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 메소드들

메소드 설명
DefinitionProxy ( BaseDefinition definition ) : System

Initialize a new instance of the DefinitionProxy class.

PreMeasure ( double availableSize ) : double

Find the minimum size allowed for this definition during measuring.

UpdateFromMeasure ( double size ) : void

Update definition sizing after measuring a content of the definition.

메소드 상세

DefinitionProxy() 공개 메소드

Initialize a new instance of the DefinitionProxy class.
public DefinitionProxy ( BaseDefinition definition ) : System
definition BaseDefinition Real row/col to act as proxy for.
리턴 System

PreMeasure() 공개 메소드

Find the minimum size allowed for this definition during measuring.
public PreMeasure ( double availableSize ) : double
availableSize double Maximum available size for the definition.
리턴 double

UpdateFromMeasure() 공개 메소드

Update definition sizing after measuring a content of the definition.
public UpdateFromMeasure ( double size ) : void
size double Size of a content within the definintion.
리턴 void