C# Class Bridge.React.Style

Show file Open project: ProductiveRage/Bridge.React

Public Methods

Method Description
FontSize ( int>.Union fontSize ) : ReactStyle
FontSize ( this style, int>.Union fontSize ) : ReactStyle
Height ( int>.Union height ) : ReactStyle
Height ( this style, int>.Union height ) : ReactStyle
Margin ( int>.Union margin ) : ReactStyle
Margin ( int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
Margin ( this style, int>.Union margin ) : ReactStyle
Margin ( this style, int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
MergeWith ( this source, ReactStyle other ) : ReactStyle
Padding ( int>.Union padding ) : ReactStyle
Padding ( int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
Padding ( this style, int>.Union padding ) : ReactStyle
Padding ( this style, int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
Width ( int>.Union width ) : ReactStyle
Width ( this style, int>.Union width ) : ReactStyle

Method Details

FontSize() public static method

public static FontSize ( int>.Union fontSize ) : ReactStyle
fontSize int>.Union
return ReactStyle

FontSize() public static method

public static FontSize ( this style, int>.Union fontSize ) : ReactStyle
style this
fontSize int>.Union
return ReactStyle

Height() public static method

public static Height ( int>.Union height ) : ReactStyle
height int>.Union
return ReactStyle

Height() public static method

public static Height ( this style, int>.Union height ) : ReactStyle
style this
height int>.Union
return ReactStyle

Margin() public static method

public static Margin ( int>.Union margin ) : ReactStyle
margin int>.Union
return ReactStyle

Margin() public static method

public static Margin ( int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
top int>.Union
right int>.Union
bottom int>.Union
left int>.Union
return ReactStyle

Margin() public static method

public static Margin ( this style, int>.Union margin ) : ReactStyle
style this
margin int>.Union
return ReactStyle

Margin() public static method

public static Margin ( this style, int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
style this
top int>.Union
right int>.Union
bottom int>.Union
left int>.Union
return ReactStyle

MergeWith() public static method

public static MergeWith ( this source, ReactStyle other ) : ReactStyle
source this
other ReactStyle
return ReactStyle

Padding() public static method

public static Padding ( int>.Union padding ) : ReactStyle
padding int>.Union
return ReactStyle

Padding() public static method

public static Padding ( int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
top int>.Union
right int>.Union
bottom int>.Union
left int>.Union
return ReactStyle

Padding() public static method

public static Padding ( this style, int>.Union padding ) : ReactStyle
style this
padding int>.Union
return ReactStyle

Padding() public static method

public static Padding ( this style, int>.Union top, int>.Union right, int>.Union bottom, int>.Union left ) : ReactStyle
style this
top int>.Union
right int>.Union
bottom int>.Union
left int>.Union
return ReactStyle

Width() public static method

public static Width ( int>.Union width ) : ReactStyle
width int>.Union
return ReactStyle

Width() public static method

public static Width ( this style, int>.Union width ) : ReactStyle
style this
width int>.Union
return ReactStyle