ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 601
نمايش فراداده

ListDecorationserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

This enumeration is used in conjunction with the List.Decoration property. It identifies additional formatting that will be applied to the list items, like bullets or automatic numbering.

public enum 

ListDecoration {

None = 0 ,

Bulleted = 1 ,

Numbered = 2 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ListDecoration

Returned By

List.Decoration

Passed To

List.Decoration