IAdornmentLayer.AddAdornment Method
Include Protected Members
Include Inherited Members
Adds a UIElement to the layer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddAdornment(SnapshotSpan, Object, UIElement) | Adds a UIElement that is TextRelative to the layer. | |
AddAdornment(AdornmentPositioningBehavior, Nullable<SnapshotSpan>, Object, UIElement, AdornmentRemovedCallback) | Adds a UIElement to the layer. |
Top