Click or drag to resize
Grid Methods

The Grid type exposes the following members.

Methods
  NameDescription
Public methodCapturePointer
Sets pointer capture to a UIElement.
(Inherited from UIElement.)
Public methodCreateDomChildWrapper (Overrides UIElementCreateDomChildWrapper(Object, Object).)
Public methodCreateDomElement (Overrides FrameworkElementCreateDomElement(Object, Object).)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFindName
Retrieves an object that has the specified identifier name.
(Inherited from FrameworkElement.)
Public methodGetChildsWrapper (Inherited from UIElement.)
Public methodStatic memberGetColumn
Gets the value of the Grid.Column XAML attached property from the specified FrameworkElement.
Public methodGetDomElementWhereToPlaceChild (Overrides UIElementGetDomElementWhereToPlaceChild(UIElement).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetRow
Gets the value of the Grid.Row XAML attached property from the specified FrameworkElement.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public methodGetVisualStateValue (Inherited from DependencyObject.)
Protected methodINTERNAL_OnDetachedFromVisualTree (Overrides DependencyObject.INTERNAL_OnDetachedFromVisualTree.)
Protected methodManageIsEnabled (Inherited from FrameworkElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAfterApplyHorizontalAlignmentAndWidth (Inherited from FrameworkElement.)
Protected methodOnAfterApplyVerticalAlignmentAndWidth (Inherited from FrameworkElement.)
Public methodOnApplyTemplate
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
(Inherited from FrameworkElement.)
Protected methodOnGotFocus
Raises the GotFocus event
(Inherited from UIElement.)
Protected methodOnKeyDown
Raises the KeyDown event
(Inherited from UIElement.)
Protected methodOnKeyUp
Raises the KeyUp event
(Inherited from UIElement.)
Protected methodOnLostFocus
Raises the LostFocus event
(Inherited from UIElement.)
Protected methodOnPointerEntered
Raises the PointerEntered event
(Inherited from UIElement.)
Protected methodOnPointerExited
Raises the PointerExited event
(Inherited from UIElement.)
Protected methodOnPointerMoved (Inherited from UIElement.)
Protected methodOnPointerPressed
Raises the PointerPressed event
(Inherited from UIElement.)
Protected methodOnPointerReleased
Raises the PointerReleased event
(Inherited from UIElement.)
Protected methodOnTapped
Raises the Tapped event
(Inherited from UIElement.)
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public methodReleasePointerCapture
Releases pointer captures for capture of one specific pointer by this UIElement.
(Inherited from UIElement.)
Public methodSetBinding
Attaches a binding to a FrameworkElement, using the provided binding object.
(Inherited from DependencyObject.)
Public methodStatic memberSetColumn
Sets the value of the Grid.Column XAML attached property on the specified FrameworkElement.
Public methodSetInheritedValue
Sets the inherited value of a dependency property on a DependencyObject. Do not use this method.
(Inherited from DependencyObject.)
Public methodSetLocalValue
Sets the local value of a dependency property on a DependencyObject while not overriding a hypothetical Binding (example: when the user writes in a TextBox with a two way Binding on its Text property).
(Inherited from DependencyObject.)
Public methodStatic memberSetRow
Sets the value of the Grid.Row XAML attached property on the specified FrameworkElement.
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public methodSetVisualStateValue (Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToVisual
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
(Inherited from UIElement.)
Top
See Also