IViewport interface

C# | Visual Basic | Visual C++ |
public interface IViewport : IVisualElement, IEventDispatcher
Public Interface IViewport _ Inherits IVisualElement, IEventDispatcher
public interface class IViewport : IVisualElement, IEventDispatcher

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddEventListener(String, EventHandler) |
Adds the event listener
(Inherited from IEventDispatcher.) |
![]() | AddEventListener(String, EventHandler, Int32) |
Adds the event listener
(Inherited from IEventDispatcher.) |
![]() | AddEventListener(String, EventHandler, EventPhase) |
Adds the event listener
(Inherited from IEventDispatcher.) |
![]() | AddEventListener(String, EventHandler, EventPhase, Int32) |
Adds the event listener
(Inherited from IEventDispatcher.) |
![]() | Alpha |
Alpha
(Inherited from IVisualElement.) |
![]() | ClipAndEnableScrolling | |
![]() | ContentHeight |
Content height
|
![]() | ContentWidth |
Content width
|
![]() | Depth |
Depth
(Inherited from IVisualElement.) |
![]() | DispatchEvent(Event) |
Dispatches an event
(Inherited from IEventDispatcher.) |
![]() | DispatchEvent(Event, Boolean) |
Dispatches an event with an option for switching on delayed processing
(Inherited from IEventDispatcher.) |
![]() | GetHorizontalScrollPositionDelta(NavigationUnit) | |
![]() | GetVerticalScrollPositionDelta(NavigationUnit) | |
![]() | HasBubblingEventListener(String) |
Checks whether an event listener is registered with this EventDispatcher or any of its ancestors for the specified event type
Note: the implementation of event bubbling depends of the use-case and is not implemented by eDriven.Core
(Inherited from IEventDispatcher.) |
![]() | HasEventListener(String) |
Checks whether the EventDispatcher has any listeners registered for a specific type of event
(Inherited from IEventDispatcher.) |
![]() | Height |
Height
(Inherited from IVisualElement.) |
![]() | HorizontalScrollPosition | |
![]() | IncludeInLayout |
True for including in layout
(Inherited from IVisualElement.) |
![]() | Owner |
The owner
(Inherited from IVisualElement.) |
![]() | Parent |
A parent
(Inherited from IVisualElement.) |
![]() | RemoveAllListeners(String) |
Removes all event listeners of a certain type
(Inherited from IEventDispatcher.) |
![]() | RemoveEventListener(String, EventHandler) |
Removes the event listener
(Inherited from IEventDispatcher.) |
![]() | RemoveEventListener(String, EventHandler, EventPhase) |
Removes the event listener
(Inherited from IEventDispatcher.) |
![]() | VerticalScrollPosition | |
![]() | Visible |
Visible
(Inherited from IVisualElement.) |
![]() | Width |
Width
(Inherited from IVisualElement.) |
![]() | X |
X
(Inherited from IVisualElement.) |
![]() | Y |
Y
(Inherited from IVisualElement.) |