ZoomAndPanBehavior - класс

The zoom and pan behavior.

Definition

Пространство имён: Tessa.UI.Views.Charting.Behaviors
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public class ZoomAndPanBehavior : Coping<IChartBehaviorModel>, 
	IChartBehaviorModel, IModel<IChartBehaviorModel>, IModel, ICloneable, 
	ICoping<IChartBehaviorModel>, ICloneable<IChartBehaviorModel>, ITypeIdentifier, 
	IStorageSerializable
Inheritance
Object    CopingIChartBehaviorModel    ZoomAndPanBehavior
Implements
ICloneable, IStorageSerializable, IChartBehaviorModel, ICloneableIChartBehaviorModel, ICopingIChartBehaviorModel, IModel, IModelIChartBehaviorModel, ITypeIdentifier

Конструкторы

ZoomAndPanBehavior Initializes a new instance of the ZoomAndPanBehavior class.

Свойства

EnableMouseWheelZooming Gets or sets a value indicating whether enable mouse wheel zooming.
EnablePanning Gets or sets a value indicating whether enable panning.
EnablePinchZooming Gets or sets a value indicating whether enable pinch zooming.
EnableSelectionZooming Gets or sets a value indicating whether enable selection zooming.
EnableZoomingToolBar Gets or sets the enable zooming tool bar.
Fill Gets or sets the fill.
HorizontalPosition Gets or sets the horizontal position.
IsBehaviorEnabled Gets or sets a value indicating whether Признак применения поведения
MaximumZoomLevel Gets or sets the maximum zoom level.
ResetOnDoubleTap Gets or sets a value indicating whether reset on double tap.
Stroke Gets or sets the stroke.
StrokeThickness Gets or sets the stroke thickness.
ToolBarBackground Gets or sets the tool bar background.
ToolBarItemHeight Gets or sets the tool bar item height.
ToolBarItemMargin Gets or sets the tool bar item margin.
ToolBarItems Gets or sets the tool bar items.
ToolBarItemWidth Gets or sets the tool bar item width.
ToolBarOrientation Gets or sets the tool bar orientation.
TypeId Gets or sets Идентификатор типа
VerticalPosition Gets or sets the vertical position.
ZoomMode Gets or sets the zoom mode.
ZoomRelativeToCursor Gets or sets a value indicating whether zoom relative to cursor.

Методы

Clone Создает и возвращает копию текущего объекта. В созданный объект копируются данные из текущего объекта
(Унаследован от CopingT)
CopyTo Клонирует данные объекта реализующего интерфейс в объект target
(Переопределяет CopingTCopyTo(T))
Deserialize 
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InternalClone Создает и возвращает копию текущего объекта. В созданный объект копируются данные из текущего объекта Перекрывается в потомках для пользовательской обработки процесса создания копии объекта
(Унаследован от CopingT)
InternalCreateModel Создает и возвращает экземпляр объекта типа T Перекрывается в потомках для пользовательской обработки создания модели
(Унаследован от CopingT)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Serialize 
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)
ToSerializedDictionary Сериализует объект в нетипизированный словарь.
(Определяется StorageExtensions)

См. также