Window-Eigenschaften
.NET Framework 3.0
(siehe auch
Geschützte Eigenschaften
)
Oben
| Name | Beschreibung | |
|---|---|---|
| ActualHeight | Gets the rendered height of this element. This is a dependency property. (von FrameworkElement geerbt) |
| ActualWidth | Gets the rendered width of this element. This is a dependency property. (von FrameworkElement geerbt) |
| AllowDrop | Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. (von UIElement geerbt) |
| AllowsTransparency | Gets or sets the whether a window's client area supports transparency. This is a dependency property. |
| Background | Gets or sets a brush that describes the background of a control. This is a dependency property. (von Control geerbt) |
| BitmapEffect | Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (von UIElement geerbt) |
| BitmapEffectInput | Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. (von UIElement geerbt) |
| BorderBrush | Gets or sets a brush that describes the border background of a control. This is a dependency property. (von Control geerbt) |
| BorderThickness | Gets or sets a thickness that describes the border thickness of a control. (von Control geerbt) |
| Clip | Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. (von UIElement geerbt) |
| ClipToBounds | Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. (von UIElement geerbt) |
| CommandBindings | Gets a collection of CommandBinding objects associated with this element. (von UIElement geerbt) |
| Content | Gets or sets the content of a ContentControl. This is a dependency property. (von ContentControl geerbt) |
| ContentTemplate | Gets or sets the data template used to display the content of the ContentControl. This is a dependency property. (von ContentControl geerbt) |
| ContentTemplateSelector | Gets or sets a template selector that enables an application writer to provide custom template-selection logic. This is a dependency property. (von ContentControl geerbt) |
| ContextMenu | Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. This is a dependency property. (von FrameworkElement geerbt) |
| Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. This is a dependency property. (von FrameworkElement geerbt) |
| DataContext | Gets or sets the data context for an element when it participates in data binding. This is a dependency property. (von FrameworkElement geerbt) |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (von DependencyObject geerbt) |
| DesiredSize | Gets the size that this element computed during the measure pass of the layout process. (von UIElement geerbt) |
| DialogResult | Gets or sets the dialog result value, which is the value that is returned from the ShowDialog method. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (von DispatcherObject geerbt) |
| FlowDirection | Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. This is a dependency property (with an additional attached property usage). (von FrameworkElement geerbt) |
| Focusable | Gets or sets a value that indicates whether the element can receive focus. This is a dependency property. (von UIElement geerbt) |
| FocusVisualStyle | Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. This is a dependency property. (von FrameworkElement geerbt) |
| FontFamily | Gets or sets the name of the specified font. (von Control geerbt) |
| FontSize | Gets or sets the font size. (von Control geerbt) |
| FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (von Control geerbt) |
| FontStyle | Gets or sets the font style. (von Control geerbt) |
| FontWeight | Gets or sets the weight or thickness of the specified font. (von Control geerbt) |
| ForceCursor | Gets or sets a value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property. This is a dependency property. (von FrameworkElement geerbt) |
| Foreground | Gets or sets a brush that describes the foreground color. (von Control geerbt) |
| HasAnimatedProperties | Gets a value indicating whether this element has any animated properties. (von UIElement geerbt) |
| HasContent | Gets a value that indicates whether the ContentControl contains content. This is a dependency property. (von ContentControl geerbt) |
| Height | Gets or sets the suggested height of the element. This is a dependency property. (von FrameworkElement geerbt) |
| HorizontalAlignment | Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. This is a dependency property. (von FrameworkElement geerbt) |
| HorizontalContentAlignment | Gets or sets the horizontal alignment of a control's content. (von Control geerbt) |
| Icon | Gets or sets a window's icon. This is a dependency property. |
| InputBindings | Gets the collection of input bindings associated with this element. (von UIElement geerbt) |
| InputScope | Gets or sets the context for input used by this FrameworkElement. This is a dependency property. (von FrameworkElement geerbt) |
| IsActive | Gets a value that indicates whether the window is active. This is a dependency property. |
| IsArrangeValid | Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. (von UIElement geerbt) |
| IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. (von UIElement geerbt) |
| IsFocused | Gets a value that determines whether this element has logical focus. This is a dependency property. (von UIElement geerbt) |
| IsHitTestVisible | Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. (von UIElement geerbt) |
| IsInitialized | Gets a value that indicates whether this element has been initialized, either during processing by a XAML reader, or by explicitly having its EndInit method called. (von FrameworkElement geerbt) |
| IsInputMethodEnabled | Gets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. (von UIElement geerbt) |
| IsKeyboardFocused | Gets a value indicating whether this element has keyboard focus. This is a dependency property. (von UIElement geerbt) |
| IsKeyboardFocusWithin | Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. (von UIElement geerbt) |
| IsLoaded | Gets a value that indicates whether this element has been loaded for presentation. (von FrameworkElement geerbt) |
| IsMeasureValid | Gets a value indicating whether the current size returned by layout measure is valid. (von UIElement geerbt) |
| IsMouseCaptured | Gets a value indicating whether the mouse is captured to this element. This is a dependency property. (von UIElement geerbt) |
| IsMouseCaptureWithin | Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. (von UIElement geerbt) |
| IsMouseDirectlyOver | Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. (von UIElement geerbt) |
| IsMouseOver | Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. (von UIElement geerbt) |
| IsSealed | Gets a value that declares whether this instance is currently read-only. (von DependencyObject geerbt) |
| IsStylusCaptured | Gets a value indicating whether the stylus is captured by this element. This is a dependency property. (von UIElement geerbt) |
| IsStylusCaptureWithin | Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. (von UIElement geerbt) |
| IsStylusDirectlyOver | Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. (von UIElement geerbt) |
| IsStylusOver | Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. (von UIElement geerbt) |
| IsTabStop | Gets or sets whether a control is included in tab navigation. (von Control geerbt) |
| IsVisible | Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. (von UIElement geerbt) |
| Language | Gets or sets localization/globalization language information that applies to an element. This is a dependency property. (von FrameworkElement geerbt) |
| LayoutTransform | Gets or sets a graphics transformation that should apply to this element when layout is performed. This is a dependency property. (von FrameworkElement geerbt) |
| Left | Gets or sets the position of the window's left edge, in relation to the desktop. This is a dependency property. |
| Margin | Gets or sets the outer margin of an element. This is a dependency property. (von FrameworkElement geerbt) |
| MaxHeight | Gets or sets the maximum height constraint of the element. This is a dependency property. (von FrameworkElement geerbt) |
| MaxWidth | Gets or sets the maximum width constraint of the element. This is a dependency property. (von FrameworkElement geerbt) |
| MinHeight | Gets or sets the minimum height constraint of the element. This is a dependency property. (von FrameworkElement geerbt) |
| MinWidth | Gets or sets the minimum width constraint of the element. This is a dependency property. (von FrameworkElement geerbt) |
| Name | Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during parsing by a XAML reader. This is a dependency property. (von FrameworkElement geerbt) |
| Opacity | Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). This is a dependency property. (von UIElement geerbt) |
| OpacityMask | Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. (von UIElement geerbt) |
| OverridesDefaultStyle | Gets or sets a value that indicates whether this element incorporates style properties from theme styles. This is a dependency property. (von FrameworkElement geerbt) |
| OwnedWindows | Gets a collection of windows for which this window is the owner. |
| Owner | Gets or sets the Window that owns this Window. |
| Padding | Gets or sets the padding inside a control. (von Control geerbt) |
| Parent | Gets the logical parent element of this element. (von FrameworkElement geerbt) |
| PersistId | Gets a value that uniquely identifies this element. (von UIElement geerbt) |
| RenderSize | Gets (or sets, but see Remarks) the final render size of this element. (von UIElement geerbt) |
| RenderTransform | Gets or sets transform information that affects the rendering position of this element. This is a dependency property. (von UIElement geerbt) |
| RenderTransformOrigin | Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. This is a dependency property. (von UIElement geerbt) |
| ResizeMode | Gets or sets the resize mode. This is a dependency property. |
| Resources | Gets or sets the locally-defined resource dictionary. This is a dependency property. (von FrameworkElement geerbt) |
| RestoreBounds | Gets the size and location of a window before being either minimized or maximized. |
| ShowInTaskbar | Gets or sets a value whether the window has a task bar button. This is a dependency property. |
| SizeToContent | Gets or sets a value that specifies whether a window will automatically size itself to fit the size of its content. This is a dependency property. |
| SnapsToDevicePixels | Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. (von UIElement geerbt) |
| Style | Gets or sets any locally applied style used by this element when it is rendered. This is a dependency property. (von FrameworkElement geerbt) |
| TabIndex | Gets or sets a value that determines the order in which elements are logically navigated. (von Control geerbt) |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. This is a dependency property. (von FrameworkElement geerbt) |
| Template | Gets or sets a control template. (von Control geerbt) |
| TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. (von FrameworkElement geerbt) |
| Title | Gets or sets a window's title. This is a dependency property. |
| ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). This is a dependency property. (von FrameworkElement geerbt) |
| Top | Gets or sets the position of the window's top edge, in relation to the desktop. This is a dependency property. |
| Topmost | Gets or sets whether a window appears in the topmost z order. This is a dependency property. |
| Triggers | Gets the collection of triggers established directly on this element, or in child elements. (von FrameworkElement geerbt) |
| VerticalAlignment | Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. This is a dependency property. (von FrameworkElement geerbt) |
| VerticalContentAlignment | Gets or sets the vertical alignment of a control's content. (von Control geerbt) |
| Visibility | Gets or sets the user interface (UI) visibility of this element. This is a dependency property. (von UIElement geerbt) |
| Width | Gets or sets the width of the element. This is a dependency property. (von FrameworkElement geerbt) |
| WindowStartupLocation | Gets or sets the position of the window when first shown. |
| WindowState | Gets or sets whether a window is restored, minimized, or maximized. This is a dependency property. |
| WindowStyle | Gets or sets a window's border style. This is a dependency property. |
| Name | Beschreibung | |
|---|---|---|
| DefaultStyleKey | Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. This is a dependency property. (von FrameworkElement geerbt) |
| HandlesScrolling | Gets whether a control supports scrolling. (von Control geerbt) |
| InheritanceBehavior | Gets or sets the scope limits for property value inheritance and resource key lookup. (von FrameworkElement geerbt) |
| IsEnabledCore | Gets a value that becomes the return value of IsEnabled in derived classes. (von UIElement geerbt) |
| LogicalChildren | Überschrieben. Gets an enumerator for a window's logical child elements. |
| StylusPlugIns | Gets a collection of all stylus plug-in (customization) objects associated with this element. (von UIElement geerbt) |
| VisualBitmapEffect | Gets or sets the BitmapEffect value for the Visual. (von Visual geerbt) |
| VisualBitmapEffectInput | Gets or sets the BitmapEffectInput value for the Visual. (von Visual geerbt) |
| VisualBitmapScalingMode | Gets or sets the BitmapScalingMode for the Visual. (von Visual geerbt) |
| VisualChildrenCount | Gets the number of visual child elements within this element. (von FrameworkElement geerbt) |
| VisualClip | Gets or sets the clip region of the Visual as a Geometry value. (von Visual geerbt) |
| VisualEdgeMode | Gets or sets the edge mode of the Visual as an EdgeMode value. (von Visual geerbt) |
| VisualOffset | Gets or sets the offset value of the visual object. (von Visual geerbt) |
| VisualOpacity | Gets or sets the opacity of the Visual. (von Visual geerbt) |
| VisualOpacityMask | Gets or sets the Brush value that represents the opacity mask of the Visual. (von Visual geerbt) |
| VisualParent | Gets the parent of the visual object. (von Visual geerbt) |
| VisualTransform | Gets or sets the Transform value for the Visual. (von Visual geerbt) |
| VisualXSnappingGuidelines | Gets or sets the x-coordinate (vertical) guideline collection. (von Visual geerbt) |
| VisualYSnappingGuidelines | Gets or sets the y-coordinate (horizontal) guideline collection. (von Visual geerbt) |
Referenz
Window-KlasseSystem.Windows-Namespace
Show
ShowDialog
DialogResult
Application