C# 클래스 MonoMobile.Dialog.AlignmentAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
Alignment UITextAlignment
Alignment object

공개 메소드들

메소드 설명
AlignmentAttribute ( UITextAlignment alignment ) : System
AlignmentAttribute ( object alignment ) : System

메소드 상세

AlignmentAttribute() 공개 메소드

public AlignmentAttribute ( UITextAlignment alignment ) : System
alignment UITextAlignment
리턴 System

AlignmentAttribute() 공개 메소드

public AlignmentAttribute ( object alignment ) : System
alignment object
리턴 System

프로퍼티 상세

Alignment 공개적으로 프로퍼티

public UITextAlignment Alignment
리턴 UITextAlignment

Alignment 공개적으로 프로퍼티

public object Alignment
리턴 object