TextBlock
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TextBlock : WpfTestElement, IAutomationPeer, IPeerConverter, ITextBlock, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementTextBlock
Implements:
Inherited Members
Constructors
C#
public TextBlock()
Fields
C#
public static AutomationProperty BackgroundProperty
C#
public static AutomationProperty BaselineOffsetProperty
C#
public static AutomationProperty FontFamilyProperty
C#
public static AutomationProperty FontSizeProperty
C#
public static AutomationProperty FontStretchProperty
C#
public static AutomationProperty FontStyleProperty
C#
public static AutomationProperty FontWeightProperty
C#
public static AutomationProperty ForegroundProperty
C#
public static AutomationProperty InlinesProperty
C#
public static AutomationProperty IsHyphenationEnabledProperty
C#
public static AutomationProperty LineHeightProperty
C#
public static AutomationProperty LineStackingStrategyProperty
C#
public static AutomationProperty PaddingProperty
C#
public static AutomationProperty TextAlignmentProperty
C#
public static AutomationProperty TextProperty
C#
public static AutomationProperty TextTrimmingProperty
C#
public static AutomationProperty TextWrappingProperty
Properties
C#
public Brush Background { get; set; }
C#
public double BaselineOffset { get; set; }
C#
public string DisplayedText { get; }
Implements:
C#
public FontFamily FontFamily { get; }
C#
public FontStretch FontStretch { get; }
C#
public FontWeight FontWeight { get; }
C#
public Brush Foreground { get; set; }
C#
public InlineCollection Inlines { get; }
C#
public bool IsHyphenationEnabled { get; set; }
C#
public double LineHeight { get; set; }
C#
public LineStackingStrategy LineStackingStrategy { get; set; }
C#
public TextAlignment TextAlignment { get; set; }
C#
public TextTrimming TextTrimming { get; set; }
C#
public TextWrapping TextWrapping { get; set; }