AutomationTextDecorationLineStyle Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert den Linienstil von Textdekorationen.
public enum class AutomationTextDecorationLineStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationTextDecorationLineStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationTextDecorationLineStyle
Public Enum AutomationTextDecorationLineStyle
- Vererbung
-
AutomationTextDecorationLineStyle
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Felder
Dash | 5 | Gestrichelte Linie. |
DashDot | 6 | Strichpunktlinie. |
DashDotDot | 7 | Strich-Punkt-Punkt-Linie. |
Dot | 4 | Punktierte Linie. |
Double | 3 | Doppelte Linie. |
DoubleWavy | 10 | Doppelte Wellenlinie. |
LongDash | 12 | Lange gestrichelte Linie. |
None | 0 | Keine Textverzierung. |
Other | 18 | Andere Zeile. |
Single | 1 | Einzellinie. |
ThickDash | 13 | Dicke gestrichelte Linie. |
ThickDashDot | 14 | Dicke Bindestrichlinie. |
ThickDashDotDot | 15 | Dicke Strich-Punkt-Punkt-Linie. |
ThickDot | 16 | Dicke gepunktete Linie. |
ThickLongDash | 17 | Dicke lange gestrichelte Linie. |
ThickSingle | 9 | Einzelne dicke Linie. |
ThickWavy | 11 | Dicke Wellenlinie. |
Wavy | 8 | Wellenlinie. |
WordsOnly | 2 | Nur Wörter. |