TextOptions.SetDisplayColorEmoji Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the DisplayColorEmoji property on the given object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Sub SetDisplayColorEmoji ( _ target As FrameworkElement, _ displayColorEmoji As Boolean _ )
Parameters
- target
- Type: System.Windows.FrameworkElement
The target object.
- displayColorEmoji
- Type: System.Boolean
The DisplayColorEmoji property to be set on the target.
Show: