ListDecoration Wyliczenie

Definicja

Przestroga

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

Określa typ dekoracji do dodania do elementów listy. Klasa ta nie może być dziedziczona. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public enum class ListDecoration
public enum ListDecoration
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum ListDecoration
type ListDecoration = 
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ListDecoration = 
Public Enum ListDecoration
Dziedziczenie
ListDecoration
Atrybuty

Pola

Bulleted 1

Elementy listy są ozdobione punktorami. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

None 0

Brak dekoracji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Numbered 2

Elementy listy są ozdobione liczbą. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

Uwagi

Wyliczenie ListDecoration reprezentuje sposób określania dekoracji listy, jako punktorów, liczb lub brak dekoracji. W ASP.NET należy określić typ dekoracji dla listy, ustawiając Decoration właściwość .

Dotyczy

Zobacz też