C# 클래스 Windows.UI.Xaml.GridLengthHelper

상속: IGridLengthHelper
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( [ target, [ value ) : bool
FromPixels ( [ pixels ) : GridLength
FromValueAndType ( [ value, [ type ) : GridLength
GetIsAbsolute ( [ target ) : bool
GetIsAuto ( [ target ) : bool
GetIsStar ( [ target ) : bool

메소드 상세

Equals() 공개 정적인 메소드

public static Equals ( [ target, [ value ) : bool
target [
value [
리턴 bool

FromPixels() 공개 정적인 메소드

public static FromPixels ( [ pixels ) : GridLength
pixels [
리턴 GridLength

FromValueAndType() 공개 정적인 메소드

public static FromValueAndType ( [ value, [ type ) : GridLength
value [
type [
리턴 GridLength

GetIsAbsolute() 공개 정적인 메소드

public static GetIsAbsolute ( [ target ) : bool
target [
리턴 bool

GetIsAuto() 공개 정적인 메소드

public static GetIsAuto ( [ target ) : bool
target [
리턴 bool

GetIsStar() 공개 정적인 메소드

public static GetIsStar ( [ target ) : bool
target [
리턴 bool