C# Class Windows.UI.Xaml.GridLengthHelper

Inheritance: IGridLengthHelper
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Equals ( [ target, [ value ) : bool
FromPixels ( [ pixels ) : GridLength
FromValueAndType ( [ value, [ type ) : GridLength
GetIsAbsolute ( [ target ) : bool
GetIsAuto ( [ target ) : bool
GetIsStar ( [ target ) : bool

Method Details

Equals() public static method

public static Equals ( [ target, [ value ) : bool
target [
value [
return bool

FromPixels() public static method

public static FromPixels ( [ pixels ) : GridLength
pixels [
return GridLength

FromValueAndType() public static method

public static FromValueAndType ( [ value, [ type ) : GridLength
value [
type [
return GridLength

GetIsAbsolute() public static method

public static GetIsAbsolute ( [ target ) : bool
target [
return bool

GetIsAuto() public static method

public static GetIsAuto ( [ target ) : bool
target [
return bool

GetIsStar() public static method

public static GetIsStar ( [ target ) : bool
target [
return bool