Class InlineUIContainer
Provides an inline content element that enables UIElement types to be embedded in the content of a (Rich)TextBlock.
Inheritance
System.Object
InlineUIContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Documents
Assembly: OpenSilver.dll
Syntax
public sealed class InlineUIContainer : Inline
Properties
| Improve this Doc View SourceChild
Gets or sets the UIElement hosted by the InlineUIContainer.
Declaration
public UIElement Child { get; set; }
Property Value
Type | Description |
---|---|
UIElement |
Methods
| Improve this Doc View SourceINTERNAL_OnAttachedToVisualTree()
Declaration
protected override void INTERNAL_OnAttachedToVisualTree()