4.1 AccessText

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > AccessText, IInputElement
AccessText
(usage)
<AccessText> x:String </AccessText>
(description)
Specifies with an underscore the character that is used as the access key.
[content property]
Text
[name property]
Name
[xml lang property]
Language
(properties)
Background
Brush
(description)
The Brush that fills the content area.
BaselineOffset
x:Double
(description)
A value that adjusts the baseline offset position of text in an AccessText element.
FontFamily
FontFamily
(description)
The font family to use with the AccessText element.
FontSize
x:Double
(description)
The font size to use with the AccessText element.
[text syntax]
FontSizeSyntax
FontStretch
FontStretch
(description)
A FontStretch property that selects a normal, condensed, or expanded font from a FontFamily.
FontStyle
FontStyle
(description)
The font style to use with the AccessText element.
FontWeight
FontWeight
(description)
The font weight to use with the AccessText element.
Foreground
Brush
(description)
The Brush that draws the text content of the element.
LineHeight
x:Double
(description)
The height of each line box.
[text syntax]
LengthSyntax
LineStackingStrategy
LineStackingStrategy
(description)
How the LineHeight property is enforced.
Text
x:String
(description)
The text that is displayed by the AccessText element.
TextAlignment
TextAlignment
(description)
The horizontal alignment of the content.
TextDecorations
TextDecorationCollection
(description)
The decorations that are added to the text of an AccessText element.
TextEffects
TextEffectCollection
(description)
The effects that are added to the text of an AccessText element.
TextTrimming
TextTrimming
(description)
How the textual content of an AccessText element is clipped if it overflows the line box.
TextWrapping
TextWrapping
(description)
Whether the textual content of an AccessText element is wrapped if it overflows the line box.