IVisual |
public interface IVisualArgs<out T> : IRange where T : Object, IViewModel<IProperty>
The IVisualArgsT type exposes the following members.
| Name | Description | |
|---|---|---|
| ActualHeight | Gets the actuald height of the view | |
| ActualWidth | Gets the actual width of the view | |
| Max |
Gets the maximum value of the view
(Inherited from IRange) | |
| Min |
Gets the minimum value of the view
(Inherited from IRange) | |
| Point | Gets the current mouse position | |
| ScaleType |
Gets the ScaleType of the axis.
(Inherited from IRange) | |
| ViewModel | Gets the viewModel |