Namespace: Microsoft.Xna.Framework.GraphicsAssembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
public int Height { get; }
For Windows Phone, the maximum rendertarget texture size is 8 MB; make sure when creating a new texture that the width*height*format <= 8 Mb.