다음을 통해 공유


WmlMobileTextWriter.WmlLayout 생성자

정의

WmlMobileTextWriter.WmlLayout의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

WmlMobileTextWriter.WmlLayout의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

WmlMobileTextWriter.WmlLayout의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

WmlMobileTextWriter.WmlLayout(Alignment, Wrapping)

WmlMobileTextWriter.WmlLayout의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 WmlLayout(System::Web::UI::MobileControls::Alignment alignment, System::Web::UI::MobileControls::Wrapping wrapping);
public WmlLayout (System.Web.UI.MobileControls.Alignment alignment, System.Web.UI.MobileControls.Wrapping wrapping);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout : System.Web.UI.MobileControls.Alignment * System.Web.UI.MobileControls.Wrapping -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout
Public Sub New (alignment As Alignment, wrapping As Wrapping)

매개 변수

alignment
Alignment

레이아웃의 맞춤입니다.

wrapping
Wrapping

레이아웃의 줄 바꿈입니다.

추가 정보

적용 대상

WmlMobileTextWriter.WmlLayout(Style, WmlMobileTextWriter+WmlLayout)

WmlMobileTextWriter.WmlLayout의 새 인스턴스를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 WmlLayout(System::Web::UI::MobileControls::Style ^ style, System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ currentLayout);
public WmlLayout (System.Web.UI.MobileControls.Style style, System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout currentLayout);
new System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout : System.Web.UI.MobileControls.Style * System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout -> System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout
Public Sub New (style As Style, currentLayout As WmlMobileTextWriter.WmlLayout)

매개 변수

style
Style

이 레이아웃의 기본으로 사용할 스타일입니다.

currentLayout
WmlMobileTextWriter.WmlLayout

이 레이아웃의 기본으로 사용할 레이아웃입니다.

설명

이 생성자는 및 속성의 AlignWrap 값에 대해 지정된 style 를 먼저 찾습니다. 이러한 속성이 에 style설정되지 않은 경우 이 생성자는 지정된 currentLayout의 해당 속성을 사용합니다.

추가 정보

적용 대상