C# 클래스 FluentWebControls.AlignAttribute

파일 보기 프로젝트 열기: mvbalaw/FluentWebControls 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Center AlignAttribute
Left AlignAttribute
Right AlignAttribute

공개 메소드들

메소드 설명
ToHorizontalAlign ( ) : HorizontalAlign
ToString ( ) : string

비공개 메소드들

메소드 설명
AlignAttribute ( string text, HorizontalAlign horizontalAlign ) : System

메소드 상세

ToHorizontalAlign() 공개 메소드

public ToHorizontalAlign ( ) : HorizontalAlign
리턴 HorizontalAlign

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Center 공개적으로 정적으로 프로퍼티

public static AlignAttribute,FluentWebControls Center
리턴 AlignAttribute

Left 공개적으로 정적으로 프로퍼티

public static AlignAttribute,FluentWebControls Left
리턴 AlignAttribute

Right 공개적으로 정적으로 프로퍼티

public static AlignAttribute,FluentWebControls Right
리턴 AlignAttribute