IDisplay Properties

CVB.Net Documentation

The IDisplay type exposes the following members.

Properties

  NameDescription
Public propertyActualZoomCenter
Gets the rendered zoom center of this display.
Public propertyActualZoomFactor
Gets the rendered zoom factor of this display.
Public propertyFocusable
Gets or sets a value that indicates whether focus can be set to this element.
(Inherited from IInputElement.)
Public propertyHighBitScaleMode
Gets/sets the HighBitScaleMode used by this display.
Public propertyImage
Gets/sets a Image as the image source of this display.
Public propertyImageSource
Image source of this display.
Public propertyIsAnimated
Gets/sets whether ZoomCenter or ZoomFactor changes are animated.
Public propertyIsAnimationInProgress
Gets whether the control's internal animation is in progress.
Public propertyIsEnabled
Gets a value that indicates whether this element is enabled in the user interface (UI).
(Inherited from IInputElement.)
Public propertyIsInStretchMode
Gets whether the stretch mode is active and not the zoom mode.
Public propertyIsKeyboardFocused
Gets a value that indicates whether this element has keyboard focus.
(Inherited from IInputElement.)
Public propertyIsKeyboardFocusWithin
Gets a value that indicates whether keyboard focus is anywhere inside the element bounds, including if keyboard focus is inside the bounds of any visual child elements.
(Inherited from IInputElement.)
Public propertyIsMouseCaptured
Gets a value that indicates whether the mouse is captured to this element.
(Inherited from IInputElement.)
Public propertyIsMouseDirectlyOver
Gets a value that indicates whether the mouse pointer is over this element in the strictest hit testing sense.
(Inherited from IInputElement.)
Public propertyIsMouseOver
Gets a value that indicates whether the mouse pointer is located over this element (including visual children elements that are inside its bounds).
(Inherited from IInputElement.)
Public propertyIsStylusCaptured
Gets a value that indicates whether the stylus is captured to this element.
(Inherited from IInputElement.)
Public propertyIsStylusDirectlyOver
Gets a value that indicates whether the stylus is over this element in the strictest hit testing sense.
(Inherited from IInputElement.)
Public propertyIsStylusOver
Gets a value that indicates whether the stylus is located over this element (or over visual child elements that are inside its bounds).
(Inherited from IInputElement.)
Public propertyIsZoomActive
Gets whether this control is currently in zoom mode and the zoom factor is greater than one.
Public propertyStretchZoomFactor
Gets the zoom factor as if in the case as if this control would be in stretch mode.
Public propertyZoomCenter
Gets/sets the zoom center.
Public propertyZoomFactor
The current zoom factor of the image.
Top
See Also

Reference