[]
Represents a zoomable and scrollable view.
[TemplatePart(Name = "Grid", Type = typeof(Grid))]
[TemplatePart(Name = "Presenter", Type = typeof(ContentPresenter))]
[TemplatePart(Name = "ScrollView", Type = typeof(ScrollViewer))]
public sealed class ZoomView : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
ZoomView() | Initializes a new instance of the ZoomView class. |
Name | Description |
---|---|
ApplyTemplate | The apply template event. |
ApplyTransform | The apply transform event. |
HorizontalPaddingProperty | Identifies the HorizontalPadding dependency property. |
IsUIEnabledProperty | Identifies the IsUIEnabled dependency property. |
ItemSizeProperty | Identifies the ItemSize dependency property. |
ScrollbarEnabledProperty | Identifies the ScrollbarEnabled dependency property. |
VerticalPaddingProperty | Identifies the VerticalPadding dependency property. |
ZoomModeProperty | Identifies the ZoomMode dependency property. |
ZoomProperty | Identifies the Zoom dependency property. |
Name | Description |
---|---|
HorizontalPadding | Gets or sets the horizontal padding that is not zoomable. |
IsUIEnabled | Gets or sets a value indicating whether the UI is enabled. |
ItemSize | Gets or sets the zoomable size of the item. |
ScrollbarEnabled | Gets or sets a value indicating whether the scrollbars are enabled. |
VerticalPadding | Gets or sets the vertical padding that is not zoomable. |
Zoom | Gets or sets the zoom value for Free zoom mode. |
ZoomMode | Gets or sets the current zoom mode. |
Name | Description |
---|---|
OnApplyTemplate() | Initializes ZoomView. |