UIElementRenderer.Texture Property
Texture which contains a rendered UIElement.
Syntax
'Declaration
Public ReadOnly Property Texture As Texture2D
public Texture2D Texture { get; }
public:
property Texture2D Texture {
Texture2D get ();
}
Property Value
Type: Texture2D
The output texture that contains a rendered UIElement.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
UIElementRenderer Class
UIElementRenderer Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone