Click or drag to resize

IHitTestArgsT Interface


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IHitTestArgs<out T>
where T : Object, IViewModel<IProperty>

Type Parameters

T

The IHitTestArgsT type exposes the following members.

Properties
 NameDescription
Public propertyActualHeight Gets the height of the view
Public propertyActualWidth Gets the width of the view
Public propertyPoint Gets the Point
Public propertyViewModel Gets the IViewModelT
Top
See Also