IXRInline (Windows Embedded CE 6.0)
1/6/2010
This class provides a base class for the behavior of elements in inline flow-content.
Syntax
class IXRInline : public IXRDependencyObject
Methods
Method | Description |
---|---|
Retrieves the preferred top-level font family for the text in this inline element. |
|
Retrieves the font size for the text in this inline element. |
|
Retrieves a value that indicates how much a font is condensed or expanded on the screen. |
|
Retrieves the font style for the text in this inline element. |
|
Retrieves the top-level font weight for this inline element. |
|
Retrieves the brush that paints the text in this inline element. |
|
Retrieves the text decorations that are applied to the text inside this inline element. |
|
Sets the preferred top-level font family for the text in this inline element. |
|
Sets the font size for the text in this inline element. |
|
Sets a value that indicates how much a font is condensed or expanded on the screen. |
|
Sets the font style for the text in this inline element. |
|
Sets the top-level font weight for this inline element. |
|
Sets the brush that paints the text in this inline element. |
|
Sets the text decorations that are applied to the text inside this inline element. |
Remarks
IXRInline is the base class for classes derived from IXRLineBreak and IXRRun.
IXRInline-derived objects are stored in an IXRInlineCollection. An IXRTextBlock control uses this collection to hold all its inline text elements. You can set a new collection for an IXRTextBlock by calling IXRTextBlock::SetInlines.
Inheritance Hierarchy
IXRInline
.NET Framework Equivalent
System.Windows.Documents.Inline
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
Classes for UI Element Management