Class TextBlock
Inheritance
System.Object
TextBlock
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TextBlock : WpfTestElement, IAutomationPeer, IPeerConverter, ITextBlock, IFrameworkElement, ITargetElement
Constructors
TextBlock()
Declaration
public TextBlock()
Fields
BackgroundProperty
BaselineOffsetProperty
FontFamilyProperty
FontSizeProperty
FontStretchProperty
FontStyleProperty
FontWeightProperty
ForegroundProperty
InlinesProperty
IsHyphenationEnabledProperty
Declaration
public static AutomationProperty IsHyphenationEnabledProperty
Field Value
LineHeightProperty
LineStackingStrategyProperty
Declaration
public static AutomationProperty LineStackingStrategyProperty
Field Value
PaddingProperty
TextAlignmentProperty
TextProperty
TextTrimmingProperty
TextWrappingProperty
Properties
Background
BaselineOffset
Declaration
public double BaselineOffset { get; set; }
Property Value
System.
|
DisplayedText
Declaration
public string DisplayedText { get; }
Property Value
System.
|
Implements
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.
|
FontStretch
Declaration
public FontStretch FontStretch { get; }
Property Value
System.
|
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
System.
|
FontWeight
Declaration
public FontWeight FontWeight { get; }
Property Value
System.
|
Foreground
Inlines
IsHyphenationEnabled
Declaration
public bool IsHyphenationEnabled { get; set; }
Property Value
System.
|
LineHeight
Declaration
public double LineHeight { get; set; }
Property Value
System.
|
LineStackingStrategy
Declaration
public LineStackingStrategy LineStackingStrategy { get; set; }
Property Value
Padding
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TextAlignment
TextTrimming
TextWrapping
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|