C# 클래스 Bridge.React.Style

파일 보기 프로젝트 열기: ProductiveRage/Bridge.React

공개 메소드들

메소드 설명
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

메소드 상세

FontSize() 공개 정적인 메소드

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

FontSize() 공개 정적인 메소드

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

Height() 공개 정적인 메소드

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

Height() 공개 정적인 메소드

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

Margin() 공개 정적인 메소드

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

Margin() 공개 정적인 메소드

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
리턴 ReactStyle

Margin() 공개 정적인 메소드

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

Margin() 공개 정적인 메소드

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
리턴 ReactStyle

MergeWith() 공개 정적인 메소드

public static MergeWith ( this source, ReactStyle other ) : ReactStyle
source this
other ReactStyle
리턴 ReactStyle

Padding() 공개 정적인 메소드

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

Padding() 공개 정적인 메소드

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
리턴 ReactStyle

Padding() 공개 정적인 메소드

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

Padding() 공개 정적인 메소드

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
리턴 ReactStyle

Width() 공개 정적인 메소드

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

Width() 공개 정적인 메소드

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