[This documentation is preliminary and is subject to change.]
Applies to: Metro style apps only
Represents a specialized ordered list view.
Inheritance
- Object
- DependencyObject
- UIElement
- FrameworkElement
- Control
- ItemsControl
- Selector
- ListViewBase
- GridView
Syntax
<GridView .../> -or- <GridView ...> oneOrMoreComponents </GridView>
XAML Values
- oneOrMoreComponents
-
One or more components that establish the view's ItemsControl characteristics. For example, the GridView might contain object elements that perform inline definitions for GroupStyle, ItemTemplate, ItemContainerStyle or ItemsPanel.
A GridView might also contain object elements that declare the actual content being viewed, which populate the Items collection. However, it is more common to have such content come from a data binding source.
Attributes
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The GridView class has these types of members:
Constructors
The GridView class has these constructors.
| Constructor | Description |
|---|---|
| GridView | Initializes a new instance of the GridView class. |
Events
The GridView class has these events.
| Event | Description |
|---|---|
| DoubleTapped | Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of this element. (Inherited from UIElement) |
| DragEnter | Occurs when the input system reports an underlying drag event with this element as the target. (Inherited from UIElement) |
| DragItemsStarting | Occurs when a drag operation that involves one of the items in the ListViewBaseclass is initiated. (Inherited from ListViewBase) |
| DragLeave | Occurs when the input system reports an underlying drag event with this element as the origin. (Inherited from UIElement) |
| DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from UIElement) |
| Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from UIElement) |
| GotFocus | Occurs when a UIElement receives focus. (Inherited from UIElement) |
| Holding | Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of this element. (Inherited from UIElement) |
| IsEnabledChanged | Occurs when the IsEnabled property changes. (Inherited from Control) |
| ItemClick | Occurs when an item in the list view receives an interaction, and the IsItemClickEnabledproperty is true. (Inherited from ListViewBase) |
| KeyDown | Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement) |
| KeyUp | Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement) |
| LayoutUpdated | Occurs when the layout of the visual tree changes. (Inherited from FrameworkElement) |
| Loaded | Occurs when a FrameworkElement has been constructed and added to the object tree. (Inherited from FrameworkElement) |
| LostFocus | Occurs when a UIElement loses focus. (Inherited from UIElement) |
| ManipulationCompleted | Occurs when a manipulation on the UIElement is complete. (Inherited from UIElement) |
| ManipulationDelta | Occurs when the input device changes position during a manipulation. (Inherited from UIElement) |
| ManipulationInertiaStarting | Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. (Inherited from UIElement) |
| ManipulationStarted | Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement) |
| ManipulationStarting | Occurs when the manipulation processor is first created. (Inherited from UIElement) |
| PointerCanceled | Occurs when a pointer that made contact abnormally loses contact. (Inherited from UIElement) |
| PointerCaptureLost | Occurs when pointer capture previously held by this element moves to another element or elsewhere. (Inherited from UIElement) |
| PointerEntered | Occurs when a pointer enters the hit test area of this element. (Inherited from UIElement) |
| PointerExited | Occurs when a pointer leaves the hit test area of this element. (Inherited from UIElement) |
| PointerMoved | Occurs when a pointer moves while the pointer remains within the hit test area of this element. (Inherited from UIElement) |
| PointerPressed | Occurs when the pointer device initiates a Press action within this element. (Inherited from UIElement) |
| PointerReleased | Occurs when the pointer device that previously initiated a Press action is released, while within this element. (Inherited from UIElement) |
| PointerWheelChanged | Occurs when the delta value of a pointer wheel changes. (Inherited from UIElement) |
| RightTapped | Occurs when a right-tap input stimulus happens while the pointer is over the element. (Inherited from UIElement) |
| SelectionChanged | Occurs when the currently selected item changes. (Inherited from Selector) |
| SizeChanged | Occurs when either the ActualHeight or the ActualWidth property changes value on a FrameworkElement. (Inherited from FrameworkElement) |
| Tapped | Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of this element. (Inherited from UIElement) |
| Unloaded | Occurs when this object is no longer connected to the main object tree. (Inherited from FrameworkElement) |
Methods
The GridView class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| AddHandler | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for a routed event case that had already been marked as handled by another element along the event route. (Inherited from UIElement) |
| ApplyTemplate | Loads the relevant control template so that its parts can be referenced. (Inherited from Control) |
| Arrange | Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from UIElement) |
| ArrangeOverride | Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior. (Inherited from FrameworkElement) |
| CapturePointer | Sets pointer capture to a UIElement. (Inherited from UIElement) |
| ClearContainerForItemOverride | Undoes the effects of the PrepareContainerForItemOverride method. (Inherited from ItemsControl) |
| ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject) |
| CompleteViewChange | Changes related aspects of presentation when the overall view for a SemanticZoominterface changes. (Inherited from ListViewBase) |
| CompleteViewChangeFrom | Completes item-wise operations that are related to a view change when the ListViewBaseclass is the source view and the new view is a potentially different implementing view. (Inherited from ListViewBase) |
| CompleteViewChangeTo | Completes item-wise operations that are related to a view change when the ListViewBaseclass is the destination view and the source view is a potentially different implementing view. (Inherited from ListViewBase) |
| FindName | Retrieves an object that has the specified identifier name. (Inherited from FrameworkElement) |
| FindSubElementsForTouchTargeting | Enables a UIElement subclass to expose child elements that assist with resolving touch targeting. (Inherited from UIElement) |
| Focus | Attempts to set the focus on the control. (Inherited from Control) |
| GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject) |
| GetContainerForItemOverride | Creates or identifies the element that is used to display the given item. (Inherited from ItemsControl) |
| GetTemplateChild | Retrieves the named element in the instantiated ControlTemplate visual tree. (Inherited from Control) |
| GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject) |
| InitializeViewChange | Initializes the changes to related aspects of presentation (such as scrolling UI or state) when the overall view for a SemanticZoominterface is about to change. (Inherited from ListViewBase) |
| InvalidateArrange | Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously. (Inherited from UIElement) |
| InvalidateMeasure | Invalidates the measurement state (layout) for a UIElement. (Inherited from UIElement) |
| IsItemItsOwnContainerOverride | Determines whether the specified item is (or is eligible to be) its own container. (Inherited from ItemsControl) |
| LoadMoreItemsAsync | Initiates the asynchronous request to load more data items, in accordance with the active incremental loading settings. (Inherited from ListViewBase) |
| MakeVisible | Forces content in the view to scroll until the item that's specified by SemanticZoomLocation is visible. Also focuses the item if it finds the item. (Inherited from ListViewBase) |
| Measure | Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride implementations to form a recursive layout update. (Inherited from UIElement) |
| MeasureOverride | Provides the behavior for the Measure pass of the layout cycle. Classes can override this method to define their own Measure pass behavior. (Inherited from FrameworkElement) |
| OnApplyTemplate | 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) |
| OnCreateAutomationPeer | When implemented in a derived class, returns class-specific AutomationPeer implementations for the UI Automation infrastructure. (Inherited from UIElement) |
| OnDisconnectVisualChildren | Override this method to implement how layout and logic should behave when items are removed from a class-specific content or children property. (Inherited from UIElement) |
| OnDoubleTapped | Called before the DoubleTapped event occurs. (Inherited from Control) |
| OnDragEnter | Called before the DragEnter event occurs. (Inherited from Control) |
| OnDragLeave | Called before the DragLeave event occurs. (Inherited from Control) |
| OnDragOver | Called before the DragOver event occurs. (Inherited from Control) |
| OnDrop | Called before the Drop event occurs. (Inherited from Control) |
| OnGotFocus | Called before the GotFocus event occurs. (Inherited from Control) |
| OnGroupStyleSelectorChanged | Invoked when the value of the GroupStyleSelector property changes. (Inherited from ItemsControl) |
| OnHolding | Called before the Holding event occurs. (Inherited from Control) |
| OnItemContainerStyleChanged | Invoked when the value of the ItemContainerStyle property changes. (Inherited from ItemsControl) |
| OnItemContainerStyleSelectorChanged | Invoked when the value of the ItemContainerStyleSelector property changes. (Inherited from ItemsControl) |
| OnItemsChanged | Invoked when the value of the Items property changes. (Inherited from ItemsControl) |
| OnItemTemplateChanged | Invoked when the value of the ItemTemplate property changes. (Inherited from ItemsControl) |
| OnItemTemplateSelectorChanged | Invoked when the value of the ItemTemplateSelector property changes. (Inherited from ItemsControl) |
| OnKeyDown | Called before the KeyDown event occurs. (Inherited from Control) |
| OnKeyUp | Called before the KeyUp event occurs. (Inherited from Control) |
| OnLostFocus | Called before the LostFocus event occurs. (Inherited from Control) |
| OnManipulationCompleted | Called before the ManipulationCompleted event occurs. (Inherited from Control) |
| OnManipulationDelta | Called before the ManipulationDelta event occurs. (Inherited from Control) |
| OnManipulationInertiaStarting | Called before the ManipulationInertiaStarting event occurs. (Inherited from Control) |
| OnManipulationStarted | Called before the ManipulationStarted event occurs. (Inherited from Control) |
| OnManipulationStarting | Called before the ManipulationStarting event occurs. (Inherited from Control) |
| OnPointerCanceled | Called before the PointerCanceled event occurs. (Inherited from Control) |
| OnPointerCaptureLost | Called before the PointerCaptureLost event occurs. (Inherited from Control) |
| OnPointerEntered | Called before the PointerEntered event occurs. (Inherited from Control) |
| OnPointerExited | Called before the PointerExited event occurs. (Inherited from Control) |
| OnPointerMoved | Called before the PointerMoved event occurs. (Inherited from Control) |
| OnPointerPressed | Called before the PointerPressed event occurs. (Inherited from Control) |
| OnPointerReleased | Called before the PointerReleased event occurs. (Inherited from Control) |
| OnPointerWheelChanged | Called before the PointerWheelChanged event occurs. (Inherited from Control) |
| OnRightTapped | Called before the RightTapped event occurs. (Inherited from Control) |
| OnTapped | Called before the Tapped event occurs. (Inherited from Control) |
| PrepareContainerForItemOverride | Prepares the specified element to display the specified item. (Inherited from ItemsControl) |
| ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject) |
| ReleasePointerCapture | Releases pointer captures for capture of one specific pointer by this UIElement. (Inherited from UIElement) |
| ReleasePointerCaptures | Releases all pointer captures held by this element. (Inherited from UIElement) |
| RemoveHandler | Removes the specified routed event handler from this UIElement. Typically the handler in question was added by AddHandler. (Inherited from UIElement) |
| ScrollIntoView(Object) | Scrolls the list to bring the specified data item into view. (Inherited from ListViewBase) |
| ScrollIntoView(Object, ScrollIntoViewAlignment) | Scrolls the list to bring the specified data item into view with the specified alignment. (Inherited from ListViewBase) |
| SelectAll | Selects all the items in a view. (Inherited from ListViewBase) |
| SetBinding | Attaches a binding to a FrameworkElement, using the provided binding object. (Inherited from FrameworkElement) |
| SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject) |
| StartViewChangeFrom | Initializes item-wise operations that are related to a view change when the ListViewBaseclass is the source view and the pending destination view is a potentially different implementing view. (Inherited from ListViewBase) |
| StartViewChangeTo | Initializes item-wise operations that are related to a view change when the source view is a different view and the pending destination view is the ListViewBase class. (Inherited from ListViewBase) |
| TransformToVisual | Returns a transform object that can be used to transform coordinates from the UIElement to the specified object. (Inherited from UIElement) |
| UpdateLayout | Ensures that all positions of child objects of a UIElement are properly updated for layout. (Inherited from UIElement) |
Properties
The GridView class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the rendered height of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read-only | Gets the rendered width of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets a value that determines whether this UIElement can be a drop target for purposes of drag-and-drop operations. (Inherited from UIElement) | |
| Read/write | Gets or sets a brush that provides the background of the control. (Inherited from Control) | |
| Read-only | Gets a Uniform Resource Identifier (URI) that represents the base Uniform Resource Identifier (URI) for an XAML-constructed object at XAML load time. This property is useful for Uniform Resource Identifier (URI) resolution at run time. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets a brush that describes the border background of a control. (Inherited from Control) | |
| Read/write | Gets or sets the border thickness of a control. (Inherited from Control) | |
| Read/write | Gets or sets a value that indicates that rendered content should be cached when possible. (Inherited from UIElement) | |
| Read/write | Gets or sets a value that determines whether items in the ListViewBaseclass can be dragged as data payload. (Inherited from ListViewBase) | |
| Read-only | Identifies the CanDragItems dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets a value that determines whether items in the ListViewBaseclass can be reordered through user interaction. (Inherited from ListViewBase) | |
| Read-only | Identifies the CanReorderItems dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the uniform spacing between characters, in units of 1/1000 of an em. (Inherited from Control) | |
| Read/write | Gets or sets the RectangleGeometry used to define the outline of the contents of a UIElement. (Inherited from UIElement) | |
| Read/write | Gets or sets the data context for a FrameworkElement when it participates in data binding. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the amount of data to fetch for virtualizing/prefetch operations. (Inherited from ListViewBase) | |
| Read-only | Identifies the DataFetchSize dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the key that references the default style for the control. (Inherited from Control) | |
| Read-only | Gets the size that this UIElement computed during the measure pass of the layout process. (Inherited from UIElement) | |
| Read-only | Gets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject) | |
| Read/write | Gets or sets the name or path of the property that is displayed for each data item. (Inherited from ItemsControl) | |
| Read/write | Gets or sets the direction in which text and other UI elements flow within any parent element that controls their layout. (Inherited from FrameworkElement) | |
| Read-only | Gets a value that specifies whether this control has focus, and the mode by which focus was obtained. (Inherited from Control) | |
| Read/write | Gets or sets the font used to display text in the control. (Inherited from Control) | |
| Read/write | Gets or sets the size of the text in this control. (Inherited from Control) | |
| Read/write | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from Control) | |
| Read/write | Gets or sets the style in which the text is rendered. (Inherited from Control) | |
| Read/write | Gets or sets the thickness of the specified font. (Inherited from Control) | |
| Read/write | Gets or sets a brush that describes the foreground color. (Inherited from Control) | |
| Read-only | Gets a collection of GroupStyle objects that define the appearance of each level of groups. (Inherited from ItemsControl) | |
| Read/write | Gets or sets a reference to a custom GroupStyleSelector logic class. The GroupStyleSelector returns different GroupStyle values to use for content based on the characteristics of that content. (Inherited from ItemsControl) | |
| Read/write | Gets or sets the content for the list header. (Inherited from ListViewBase) | |
| Read-only | Identifies the Header dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the DataTemplate used to display the content of the list header. (Inherited from ListViewBase) | |
| Read-only | Identifies the HeaderTemplate dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the collection of Transition style elements that apply to the list header. (Inherited from ListViewBase) | |
| Read-only | Identifies the HeaderTransitions dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the suggested height of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the horizontal alignment characteristics that are applied to a FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the horizontal alignment of the control's content. (Inherited from Control) | |
| Read/write | Gets or sets the threshold range that governs when the ListViewBaseclass will begin to prefetch more items. (Inherited from ListViewBase) | |
| Read-only | Identifies the IncrementalLoadingThreshold dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the specific action triggers that determine the conditions for prefetch operations by the ListViewBase class. (Inherited from ListViewBase) | |
| Read-only | Identifies the IncrementalLoadingTrigger dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets a value that indicates whether the ListViewBase is the active view in its owning SemanticZoom. (Inherited from ListViewBase) | |
| Read-only | Identifies the IsActiveView dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets a value that determines whether the DoubleTapped event can originate from that element. (Inherited from UIElement) | |
| Read/write | Gets or sets a value indicating whether the user can interact with the control. (Inherited from Control) | |
| Read-only | Gets a value that indicates whether the control is using grouping. (Inherited from ItemsControl) | |
| Read/write | Gets or sets whether the contained area of this UIElement can return true values for hit testing. (Inherited from UIElement) | |
| Read/write | Gets or sets a value that determines whether the Holding event can originate from that element. (Inherited from UIElement) | |
| Read/write | Gets or sets a value that determines whether items in the list view fire anItemClickevent in response to interaction. (Inherited from ListViewBase) | |
| Read-only | Identifies the IsItemClickEnabled dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets a value that determines whether the RightTapped event can originate from that element. (Inherited from UIElement) | |
| Read/write | Gets or sets a value that declares whether the list view supports discrete input processing for a swipe interaction. (Inherited from ListViewBase) | |
| Read-only | Identifies the IsSwipeEnabled dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets a value that indicates whether a Selector should keep the SelectedItem synchronized with the current item in the Items property. (Inherited from Selector) | |
| Read/write | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from Control) | |
| Read/write | Gets or sets a value that determines whether the Tapped event can originate from that element. (Inherited from UIElement) | |
| Read/write | Gets or sets a value that indicates whether the ListViewBaseclass is the semantically more complete zoomed-in view. (Inherited from ListViewBase) | |
| Read-only | Identifies the IsZoomedInView dependency property. (Inherited from ListViewBase) | |
| Read-only | Gets the ItemContainerGenerator associated with this ItemsControl. (Inherited from ItemsControl) | |
| Read/write | Gets or sets the style that is used when rendering the item containers. (Inherited from ItemsControl) | |
| Read/write | Gets or sets a reference to a custom StyleSelector logic class. The StyleSelector returns different Style values to use for the item container based on characteristics of the object being displayed. (Inherited from ItemsControl) | |
| Read/write | Gets or sets the collection of Transition style elements that apply to the item containers of an ItemsControl. (Inherited from ItemsControl) | |
| Read-only | Gets the collection used to generate the content of the control. (Inherited from ItemsControl) | |
| Read/write | Gets or sets the template that defines the panel that controls the layout of items. (Inherited from ItemsControl) | |
| Read/write | Gets or sets an object source used to generate the content of the ItemsControl. (Inherited from ItemsControl) | |
| Read/write | Gets or sets the DataTemplate used to display each item. (Inherited from ItemsControl) | |
| Read/write | Gets or sets a reference to a custom DataTemplateSelector logic class. The DataTemplateSelector referenced by this property returns a template to apply to items. (Inherited from ItemsControl) | |
| Read/write | Gets or sets localization/globalization language information that applies to a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the ManipulationModes value used for UIElement behavior and interaction with gestures. (Inherited from UIElement) | |
| Read/write | Gets or sets the outer margin of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the maximum height constraint of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the maximum width constraint of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the minimum height constraint of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the minimum width constraint of a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the degree of the object's opacity. (Inherited from UIElement) | |
| Read/write | Gets or sets the padding inside a control. (Inherited from Control) | |
| Read-only | Gets the parent object of this FrameworkElement in the object tree. (Inherited from FrameworkElement) | |
| Read-only | Gets the set of all captured pointers, represented as Pointer values. (Inherited from UIElement) | |
| Read/write | Gets or sets the perspective projection (3-D effect) to apply when rendering this element. (Inherited from UIElement) | |
| Read-only | Gets the final render size of a UIElement. (Inherited from UIElement) | |
| Read/write | Gets or sets transform information that affects the rendering position of a UIElement. (Inherited from UIElement) | |
| Read/write | Gets or sets the origin point of any possible render transform declared by RenderTransform, relative to the bounds of the UIElement. (Inherited from UIElement) | |
| Read/write | Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the index of the selected item. (Inherited from Selector) | |
| Read/write | Gets or sets the selected item. (Inherited from Selector) | |
| Read-only | Gets the currently selected items. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the value of the selected item, obtained by using the SelectedValuePath. (Inherited from Selector) | |
| Read/write | Gets or sets the property path that is used to get the SelectedValue property of the SelectedItem property. (Inherited from Selector) | |
| Read/write | Gets or sets the selection behavior for a ListViewBase class. (Inherited from ListViewBase) | |
| Read-only | Identifies the SelectionMode dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets the SemanticZoomclass that hosts the ListViewBase class. (Inherited from ListViewBase) | |
| Read-only | Identifies the SemanticZoomOwner dependency property. (Inherited from ListViewBase) | |
| Read/write | Gets or sets an instance Style that is applied for this object during rendering. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by pressing the Tab key. (Inherited from Control) | |
| Read/write | Gets or sets a value that modifies how tabbing and TabIndex work for this control. (Inherited from Control) | |
| Read/write | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets a control template. (Inherited from Control) | |
| Read/write | Gets or sets the collection of Transition style elements that apply to a UIElement. (Inherited from UIElement) | |
| Read-only | Gets the collection of triggers for animations that are defined for a FrameworkElement. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from UIElement) | |
| Read/write | Gets or sets the vertical alignment characteristics that are applied to a FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from FrameworkElement) | |
| Read/write | Gets or sets the vertical alignment of the control's content. (Inherited from Control) | |
| Read/write | Gets or sets the visibility of a UIElement. A UIElement that is not visible is not rendered and does not communicate its desired size to layout. (Inherited from UIElement) | |
| Read/write | Gets or sets the width of a FrameworkElement. (Inherited from FrameworkElement) |
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/22/2012
