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
AutomationProperty
|
TextAlignmentProperty
TextProperty
TextTrimmingProperty
TextWrappingProperty
Properties
Background
BaselineOffset
Declaration
public double BaselineOffset { get; set; }
Property Value
System.Double
|
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontStretch
Declaration
public FontStretch FontStretch { get; }
Property Value
System.Windows.FontStretch
|
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
System.Windows.FontStyle
|
FontWeight
Declaration
public FontWeight FontWeight { get; }
Property Value
System.Windows.FontWeight
|
Foreground
LineHeight
Declaration
public double LineHeight { get; set; }
Property Value
System.Double
|
LineStackingStrategy
Declaration
public LineStackingStrategy LineStackingStrategy { get; set; }
Property Value
LineStackingStrategy
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextAlignment
TextTrimming
TextWrapping
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|