WmlMobileTextWriter::WmlLayout Class

 

Contains wrapping and alignment information for WmlMobileTextWriter. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

System::Object
  System.Web.UI.MobileControls.Adapters::WmlMobileTextWriter::WmlLayout

[AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, 
	Level = AspNetHostingPermissionLevel::Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, 
	Level = AspNetHostingPermissionLevel::Minimal)]
protected ref class WmlLayout 

NameDescription
System_CAPS_pubmethodWmlMobileTextWriter::WmlLayout(Alignment, Wrapping)

Initializes a new instance of WmlMobileTextWriter::WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodWmlMobileTextWriter::WmlLayout(Style^, WmlMobileTextWriter::WmlLayout^)

Initializes a new instance of WmlMobileTextWriter::WmlLayout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

NameDescription
System_CAPS_pubpropertyAlign

Sets or returns the alignment. The default value is NotSet. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubpropertyWrap

Sets or returns the specified wrapping mode for the style. The default value is NotSet. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

NameDescription
System_CAPS_pubmethodCompare(WmlMobileTextWriter::WmlLayout^)

Compares a WmlMobileTextWriter::WmlLayout object to the current WmlMobileTextWriter::WmlLayout object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: