26 references to BulletStyle
System.Web (26)
UI\WebControls\BulletedList.cs (26)
69DefaultValue(BulletStyle.NotSet), 72public virtual BulletStyle BulletStyle { 75return((o == null) ? BulletStyle.NotSet : (BulletStyle)o); 78if (value < BulletStyle.NotSet || value > BulletStyle.CustomImage) { 237case BulletStyle.LowerAlpha: 238case BulletStyle.UpperAlpha: 239case BulletStyle.LowerRoman: 240case BulletStyle.UpperRoman: 241case BulletStyle.Numbered: 244case BulletStyle.Square: 245case BulletStyle.Circle: 246case BulletStyle.Disc: 249case BulletStyle.CustomImage: 252case BulletStyle.NotSet: 320case BulletStyle.NotSet: 322case BulletStyle.Numbered: 326case BulletStyle.LowerAlpha: 330case BulletStyle.UpperAlpha: 334case BulletStyle.LowerRoman: 338case BulletStyle.UpperRoman: 342case BulletStyle.Disc: 345case BulletStyle.Circle: 348case BulletStyle.Square: 351case BulletStyle.CustomImage: