HtmlTextWriterStyle-Enumeration
Gibt die HTML-Formate an, die für den Ausgabestream eines HtmlTextWriter-Objekts oder Html32TextWriter-Objekts verfügbar sind.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Syntax
'Declaration
Public Enumeration HtmlTextWriterStyle
'Usage
Dim instance As HtmlTextWriterStyle
public enum HtmlTextWriterStyle
public enum class HtmlTextWriterStyle
public enum HtmlTextWriterStyle
public enum HtmlTextWriterStyle
Member
Membername | Beschreibung | |
---|---|---|
BackgroundColor | Gibt das HTML-backgroundcolor-Format an. | |
BackgroundImage | Gibt das HTML-backgroundimage-Format an. | |
BorderCollapse | Gibt das HTML-bordercollapse-Format an. | |
BorderColor | Gibt das HTML-bordercolor-Format an. | |
BorderStyle | Gibt das HTML-borderstyle-Format an. | |
BorderWidth | Gibt das HTML-borderwidth-Format an. | |
Color | Gibt das HTML-color-Format an. | |
Cursor | Gibt das HTML-cursor-Format an. | |
Direction | Gibt das HTML-direction-Format an. | |
Display | Gibt das HTML-display-Format an. | |
Filter | Gibt das HTML-filter-Format an. | |
FontFamily | Gibt das HTML-fontfamily-Format an. | |
FontSize | Gibt das HTML-fontsize-Format an. | |
FontStyle | Gibt das HTML-fontstyle-Format an. | |
FontVariant | Gibt das HTML-fontvariant-Format an. | |
FontWeight | Gibt das HTML-fontheight-Format an. | |
Height | Gibt das HTML-height-Format an. | |
Left | Gibt das HTML-left-Format an. | |
ListStyleImage | Gibt das HTML-liststyleimage-Format an. | |
ListStyleType | Gibt das HTML-liststyletype-Format an. | |
Margin | Gibt das HTML-margin-Format an. | |
MarginBottom | Gibt das HTML-marginbottom-Format an. | |
MarginLeft | Gibt das HTML-marginleft-Format an. | |
MarginRight | Gibt das HTML-marginright-Format an. | |
MarginTop | Gibt das HTML-margintop-Format an. | |
Overflow | Gibt das HTML-overflow-Format an. | |
OverflowX | Gibt das HTML-overflowx-Format an. | |
OverflowY | Gibt das HTML-overflowy-Format an. | |
Padding | Gibt das HTML-padding-Format an. | |
PaddingBottom | Gibt das HTML-paddingbottom-Format an. | |
PaddingLeft | Gibt das HTML-paddingleft-Format an. | |
PaddingRight | Gibt das HTML-paddingright-Format an. | |
PaddingTop | Gibt das HTML-paddingtop-Format an. | |
Position | Gibt das HTML-position-Format an. | |
TextAlign | Gibt das HTML-textalign-Format an. | |
TextDecoration | Gibt das HTML-textdecoration-Format an. | |
TextOverflow | Gibt das HTML-textoverflow-Format an. | |
Top | Gibt das HTML-top-Format an. | |
VerticalAlign | Gibt das HTML-verticalalign-Format an. | |
Visibility | Gibt das HTML-visibility-Format an. | |
WhiteSpace | Gibt das HTML-whitespace-Format an. | |
Width | Gibt das HTML-width-Format an. | |
ZIndex | Gibt das HTML-zindex-Format an. |
Hinweise
HtmlTextWriter-Objekte und Html32TextWriter-Objekte verwenden diese Enumerationswerte, um HTML-Zeichenfolgen als ordnungsgemäßes HTML-Format zu registrieren.
Beispiel
Im folgenden Beispiel wird die HtmlTextWriterStyle-Enumeration mit der AddStyleAttribute-Methode verwendet, um einem HTML-Element ein color-Stilattribut hinzuzufügen und dessen Wert festzulegen.
writer.AddStyleAttribute(HtmlTextWriterStyle.Color, "Red")
writer.AddStyleAttribute(HtmlTextWriterStyle.Color, "Red");
writer->AddStyleAttribute( HtmlTextWriterStyle::Color, "Red" );
writer.AddStyleAttribute(HtmlTextWriterStyle.Color, "Red");
Plattformen
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0