Class AccessText
Inheritance
System.Object
AccessText
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 AccessText : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
AccessText()
Declaration
public AccessText()
Fields
BackgroundProperty
BaselineOffsetProperty
FontFamilyProperty
FontSizeProperty
FontStretchProperty
FontStyleProperty
FontWeightProperty
ForegroundProperty
LineHeightProperty
LineStackingStrategyProperty
Declaration
public static AutomationProperty LineStackingStrategyProperty
Field Value
TextAlignmentProperty
TextProperty
TextTrimmingProperty
TextWrappingProperty
Properties
Background
BaselineOffset
Declaration
public double BaselineOffset { get; set; }
Property Value
System.
|
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
LineHeight
Declaration
public double LineHeight { get; set; }
Property Value
System.
|
LineStackingStrategy
Declaration
public LineStackingStrategy LineStackingStrategy { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
TextAlignment
TextTrimming
TextWrapping
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|