Touch area rect.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Rect Area { get; set; }
Public Property Area As Rect
Get
Set
public:
virtual property Rect^ Area {
Rect^ get () sealed;
void set (Rect^ value) sealed;
}
Property Value
Type:
RectSee Also