Canvas Members
The following tables list the members exposed by the Canvas type.
Public Constructors
Name | Description | |
---|---|---|
Canvas | Initializes a new instance of the Canvas class. |
Public Fields
Name | Description | |
---|---|---|
Dispatcher | (Inherited from DispatcherObject.) |
Protected Fields
Name | Description | |
---|---|---|
_horizontalAlignment | (Inherited from UIElement.) | |
_verticalAlignment | (Inherited from UIElement.) |
Public Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from UIElement.) | |
ActualWidth | (Inherited from UIElement.) | |
Children | (Inherited from Panel.) | |
Height | (Inherited from UIElement.) | |
HorizontalAlignment | (Inherited from UIElement.) | |
IsArrangeValid | (Inherited from UIElement.) | |
IsEnabled | (Inherited from UIElement.) | |
IsFocused | (Inherited from UIElement.) | |
IsMeasureValid | (Inherited from UIElement.) | |
IsVisible | (Inherited from UIElement.) | |
Parent | (Inherited from UIElement.) | |
RootUIElement | (Inherited from UIElement.) | |
VerticalAlignment | (Inherited from UIElement.) | |
Visibility | (Inherited from UIElement.) | |
Width | (Inherited from UIElement.) |
Protected Properties
Name | Description | |
---|---|---|
InstanceEventHandlersStore | (Inherited from UIElement.) | |
LogicalChildren | (Inherited from UIElement.) |
Public Methods
Name | Description | |
---|---|---|
AddHandler | (Inherited from UIElement.) | |
AddToEventRoute | (Inherited from UIElement.) | |
Arrange | (Inherited from UIElement.) | |
CheckAccess | (Inherited from DispatcherObject.) | |
ChildElementFromPoint | (Inherited from UIElement.) | |
ContainsPoint | (Inherited from UIElement.) | |
Equals | (Inherited from Object.) | |
GetBottom | Retrieves the row number of the bottom of the rectangular area that contains a specified child element. | |
GetDesiredSize | (Inherited from UIElement.) | |
GetHashCode | (Inherited from Object.) | |
GetLayoutOffset | (Inherited from UIElement.) | |
GetLeft | Retrieves the number of the leftmost column in the rectangular area that contains a specified child element. | |
GetMargin | (Inherited from UIElement.) | |
GetPointerTarget | (Inherited from UIElement.) | |
GetRenderSize | (Inherited from UIElement.) | |
GetRight | Retrieves the number of the rightmost column in the rectangular area that contains a specified child element. | |
GetTop | Retrieves the row number of the top of the rectangular area that contains a specified child element. | |
GetType | (Inherited from Object.) | |
GetUnclippedSize | (Inherited from UIElement.) | |
Invalidate | (Inherited from UIElement.) | |
InvalidateArrange | (Inherited from UIElement.) | |
InvalidateMeasure | (Inherited from UIElement.) | |
InvalidateRect | (Inherited from UIElement.) | |
Measure | (Inherited from UIElement.) | |
OnRender | (Inherited from UIElement.) | |
PointToClient | (Inherited from UIElement.) | |
PointToScreen | (Inherited from UIElement.) | |
RaiseEvent | (Inherited from UIElement.) | |
ReferenceEquals | (Inherited from Object.) | |
SetBottom | Sets the row number of the bottom of the rectangular area that contains a specified child element. | |
SetLeft | Sets the number of the leftmost column in the rectangular area that contains a specified child element. | |
SetMargin | (Inherited from UIElement.) | |
SetRight | Sets the rightmost column number in the area that contains the specified child element. | |
SetTop | Sets the row number of the top of the area that contains the specified child element. | |
ToString | (Inherited from Object.) | |
UpdateLayout | (Inherited from UIElement.) | |
VerifyAccess | (Inherited from DispatcherObject.) |
Protected Methods
Name | Description | |
---|---|---|
ArrangeOverride | Arranges the contents of a specific canvas element. | |
Finalize | (Inherited from Object.) | |
MeasureOverride | Measures the child elements in a canvas in anticipation of arranging them during the ArrangeOverride pass. | |
MemberwiseClone | (Inherited from Object.) | |
OnButtonDown | (Inherited from UIElement.) | |
OnButtonUp | (Inherited from UIElement.) | |
OnChildDesiredSizeChanged | (Inherited from UIElement.) | |
OnGenericEvent | (Inherited from UIElement.) | |
OnGotFocus | (Inherited from UIElement.) | |
OnLostFocus | (Inherited from UIElement.) | |
OnPreviewButtonDown | (Inherited from UIElement.) | |
OnPreviewButtonUp | (Inherited from UIElement.) | |
OnTouchDown | (Inherited from UIElement.) | |
OnTouchGestureChanged | (Inherited from UIElement.) | |
OnTouchGestureEnded | (Inherited from UIElement.) | |
OnTouchGestureStarted | (Inherited from UIElement.) | |
OnTouchMove | (Inherited from UIElement.) | |
OnTouchUp | (Inherited from UIElement.) |
Public Events
Name | Description | |
---|---|---|
IsEnabledChanged | (Inherited from UIElement.) | |
IsVisibleChanged | (Inherited from UIElement.) | |
TouchDown | (Inherited from UIElement.) | |
TouchGestureChanged | (Inherited from UIElement.) | |
TouchGestureEnd | (Inherited from UIElement.) | |
TouchGestureStart | (Inherited from UIElement.) | |
TouchMove | (Inherited from UIElement.) | |
TouchUp | (Inherited from UIElement.) |