This documentation is archived and is not being maintained.

Style Fields

The Style type exposes the following members.

  NameDescription
Public field Static member AlignmentKey Represents the key used to retrieve the Alignment setting of the Style.
Public field Static member BackColorKey The key for retrieving the style from the embedded style sheet for BackColor property. Used internally by ASP.NET.
Public field Static member BoldKey The key for retrieving the style from the embedded style sheet for setting the Bold property of the Font. Used internally by ASP.NET.
Public field Static member FontNameKey The key for retrieving the style from the embedded style sheet for the Name property of the Font property. Used internally by ASP.NET.
Public field Static member FontSizeKey The key for retrieving the style from the embedded style sheet for the Size property of the Font property. Used internally by ASP.NET.
Public field Static member ForeColorKey The key for retrieving the style from the embedded style sheet for the ForeColor property. Used internally by ASP.NET.
Public field Static member ItalicKey The key for retrieving the style from the embedded style sheet for the Italic property of the Font property. Used internally by ASP.NET.
Public field Static member WrappingKey The key for retrieving the style from the embedded style sheet for Wrapping. Used internally by ASP.NET.
Top
Show: