C# 클래스 Hamekoz.UI.Extensions

파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

공개 메소드들

메소드 설명
WithLabel ( this widget, string label, bool horizontal = false, bool expand = true, bool fill = true ) : Box
WithScroll ( this widget, ScrollPolicy vertical = ScrollPolicy.Automatic, ScrollPolicy horizontal = ScrollPolicy.Never ) : ScrollView

메소드 상세

WithLabel() 공개 정적인 메소드

public static WithLabel ( this widget, string label, bool horizontal = false, bool expand = true, bool fill = true ) : Box
widget this
label string
horizontal bool
expand bool
fill bool
리턴 Box

WithScroll() 공개 정적인 메소드

public static WithScroll ( this widget, ScrollPolicy vertical = ScrollPolicy.Automatic, ScrollPolicy horizontal = ScrollPolicy.Never ) : ScrollView
widget this
vertical ScrollPolicy
horizontal ScrollPolicy
리턴 Xwt.ScrollView