Click or drag to resize

IVisualArgsT Interface

Visual arguments

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface IVisualArgs<out T> : IRange
where T : Object

Type Parameters

T

The IVisualArgsT type exposes the following members.

Properties
 NameDescription
Public propertyActualHeight Gets the actuald height of the view
Public propertyActualWidth Gets the actual width of the view
Public propertyMax Gets the maximum value of the view
(Inherited from IRange)
Public propertyMin Gets the minimum value of the view
(Inherited from IRange)
Public propertyPoint Gets the current mouse position
Public propertyScaleType Gets the ScaleType of the axis.
(Inherited from IRange)
Public propertyViewModel Gets the viewModel
Top
See Also