ListDecoration 列挙型

定義

注意事項

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.

項目に追加する装飾の種類を指定します。 このクラスは継承できません。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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
継承
ListDecoration
属性

フィールド

Bulleted 1

リスト項目を行頭文字で装飾します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

None 0

装飾なし。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

Numbered 2

リスト項目を番号で装飾します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

注釈

列挙体は ListDecoration 、箇条書き、数字、または装飾なしで、リストの装飾を指定する方法を表します。 ASP.NET では、 プロパティを設定して、リストの装飾の種類を Decoration 指定します。

適用対象

こちらもご覧ください