StackPanel クラス

定義

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StackPanel : Panel, IInsertionPanel, IScrollSnapPointsInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class StackPanel : Panel, IInsertionPanel, IScrollSnapPointsInfo
Public Class StackPanel
Inherits Panel
Implements IInsertionPanel, IScrollSnapPointsInfo
継承
属性
実装

コンストラクター

名前 説明
StackPanel()

プロパティ

名前 説明
AccessKey (継承元 UIElement)
AccessKeyScopeOwner (継承元 UIElement)
ActualHeight (継承元 FrameworkElement)
ActualOffset (継承元 UIElement)
ActualSize (継承元 UIElement)
ActualTheme (継承元 FrameworkElement)
ActualWidth (継承元 FrameworkElement)
AllowDrop (継承元 UIElement)
AllowFocusOnInteraction (継承元 FrameworkElement)
AllowFocusWhenDisabled (継承元 FrameworkElement)
AreHorizontalSnapPointsRegular
AreScrollSnapPointsRegular
AreScrollSnapPointsRegularProperty
AreVerticalSnapPointsRegular
Background (継承元 Panel)
BackgroundSizing
BackgroundSizingProperty
BackgroundTransition (継承元 Panel)
BaseUri (継承元 FrameworkElement)
BorderBrush
BorderBrushProperty
BorderThickness
BorderThicknessProperty
CacheMode (継承元 UIElement)
CanBeScrollAnchor (継承元 UIElement)
CanDrag (継承元 UIElement)
CenterPoint (継承元 UIElement)
Children (継承元 Panel)
ChildrenTransitions (継承元 Panel)
Clip (継承元 UIElement)
CompositeMode (継承元 UIElement)
ContextFlyout (継承元 UIElement)
CornerRadius
CornerRadiusProperty
DataContext (継承元 FrameworkElement)
DesiredSize (継承元 UIElement)
Dispatcher (継承元 DependencyObject)
DispatcherQueue (継承元 DependencyObject)
ExitDisplayModeOnAccessKeyInvoked (継承元 UIElement)
FlowDirection (継承元 FrameworkElement)
FocusState (継承元 UIElement)
FocusVisualMargin (継承元 FrameworkElement)
FocusVisualPrimaryBrush (継承元 FrameworkElement)
FocusVisualPrimaryThickness (継承元 FrameworkElement)
FocusVisualSecondaryBrush (継承元 FrameworkElement)
FocusVisualSecondaryThickness (継承元 FrameworkElement)
Height (継承元 FrameworkElement)
HighContrastAdjustment (継承元 UIElement)
HorizontalAlignment (継承元 FrameworkElement)
IsAccessKeyScope (継承元 UIElement)
IsDoubleTapEnabled (継承元 UIElement)
IsHitTestVisible (継承元 UIElement)
IsHoldingEnabled (継承元 UIElement)
IsItemsHost (継承元 Panel)
IsLoaded (継承元 FrameworkElement)
IsRightTapEnabled (継承元 UIElement)
IsTabStop (継承元 UIElement)
IsTapEnabled (継承元 UIElement)
KeyboardAcceleratorPlacementMode (継承元 UIElement)
KeyboardAcceleratorPlacementTarget (継承元 UIElement)
KeyboardAccelerators (継承元 UIElement)
KeyTipHorizontalOffset (継承元 UIElement)
KeyTipPlacementMode (継承元 UIElement)
KeyTipTarget (継承元 UIElement)
KeyTipVerticalOffset (継承元 UIElement)
Language (継承元 FrameworkElement)
Lights (継承元 UIElement)
ManipulationMode (継承元 UIElement)
Margin (継承元 FrameworkElement)
MaxHeight (継承元 FrameworkElement)
MaxWidth (継承元 FrameworkElement)
MinHeight (継承元 FrameworkElement)
MinWidth (継承元 FrameworkElement)
Name (継承元 FrameworkElement)
Opacity (継承元 UIElement)
OpacityTransition (継承元 UIElement)
Orientation
OrientationProperty
Padding
PaddingProperty
Parent (継承元 FrameworkElement)
PointerCaptures (継承元 UIElement)
Projection (継承元 UIElement)
ProtectedCursor (継承元 UIElement)
RasterizationScale (継承元 UIElement)
RenderSize (継承元 UIElement)
RenderTransform (継承元 UIElement)
RenderTransformOrigin (継承元 UIElement)
RequestedTheme (継承元 FrameworkElement)
Resources (継承元 FrameworkElement)
Rotation (継承元 UIElement)
RotationAxis (継承元 UIElement)
RotationTransition (継承元 UIElement)
Scale (継承元 UIElement)
ScaleTransition (継承元 UIElement)
Shadow (継承元 UIElement)
Spacing
SpacingProperty
Style (継承元 FrameworkElement)
TabFocusNavigation (継承元 UIElement)
TabIndex (継承元 UIElement)
Tag (継承元 FrameworkElement)
Transform3D (継承元 UIElement)
TransformMatrix (継承元 UIElement)
Transitions (継承元 UIElement)
Translation (継承元 UIElement)
TranslationTransition (継承元 UIElement)
Triggers (継承元 FrameworkElement)
UseLayoutRounding (継承元 UIElement)
UseSystemFocusVisuals (継承元 UIElement)
VerticalAlignment (継承元 FrameworkElement)
Visibility (継承元 UIElement)
Width (継承元 FrameworkElement)
XamlRoot (継承元 UIElement)
XYFocusDown (継承元 UIElement)
XYFocusDownNavigationStrategy (継承元 UIElement)
XYFocusKeyboardNavigation (継承元 UIElement)
XYFocusLeft (継承元 UIElement)
XYFocusLeftNavigationStrategy (継承元 UIElement)
XYFocusRight (継承元 UIElement)
XYFocusRightNavigationStrategy (継承元 UIElement)
XYFocusUp (継承元 UIElement)
XYFocusUpNavigationStrategy (継承元 UIElement)

メソッド

名前 説明
AddHandler(RoutedEvent, Object, Boolean) (継承元 UIElement)
Arrange(Rect) (継承元 UIElement)
ArrangeOverride(Size) (継承元 FrameworkElement)
CancelDirectManipulations() (継承元 UIElement)
CapturePointer(Pointer) (継承元 UIElement)
ClearValue(DependencyProperty) (継承元 DependencyObject)
FindName(String) (継承元 FrameworkElement)
FindSubElementsForTouchTargeting(Point, Rect) (継承元 UIElement)
Focus(FocusState) (継承元 UIElement)
GetAnimationBaseValue(DependencyProperty) (継承元 DependencyObject)
GetBindingExpression(DependencyProperty) (継承元 FrameworkElement)
GetChildrenInTabFocusOrder() (継承元 UIElement)
GetInsertionIndexes(Point, Int32, Int32)
GetIrregularSnapPoints(Orientation, SnapPointsAlignment)
GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single)
GetValue(DependencyProperty) (継承元 DependencyObject)
GetVisualInternal() (継承元 UIElement)
GoToElementStateCore(String, Boolean) (継承元 FrameworkElement)
InvalidateArrange() (継承元 UIElement)
InvalidateMeasure() (継承元 UIElement)
InvalidateViewport() (継承元 FrameworkElement)
Measure(Size) (継承元 UIElement)
MeasureOverride(Size) (継承元 FrameworkElement)
OnApplyTemplate() (継承元 FrameworkElement)
OnBringIntoViewRequested(BringIntoViewRequestedEventArgs) (継承元 UIElement)
OnCreateAutomationPeer() (継承元 UIElement)
OnDisconnectVisualChildren() (継承元 UIElement)
OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs) (継承元 UIElement)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) (継承元 UIElement)
PopulatePropertyInfo(String, AnimationPropertyInfo) (継承元 UIElement)
PopulatePropertyInfoOverride(String, AnimationPropertyInfo) (継承元 UIElement)
ReadLocalValue(DependencyProperty) (継承元 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (継承元 DependencyObject)
ReleasePointerCapture(Pointer) (継承元 UIElement)
ReleasePointerCaptures() (継承元 UIElement)
RemoveHandler(RoutedEvent, Object) (継承元 UIElement)
SetBinding(DependencyProperty, BindingBase) (継承元 FrameworkElement)
SetValue(DependencyProperty, Object) (継承元 DependencyObject)
StartAnimation(ICompositionAnimationBase) (継承元 UIElement)
StartBringIntoView() (継承元 UIElement)
StartBringIntoView(BringIntoViewOptions) (継承元 UIElement)
StartDragAsync(ExpPointerPoint) (継承元 UIElement)
StartDragAsync(PointerPoint) (継承元 UIElement)
StopAnimation(ICompositionAnimationBase) (継承元 UIElement)
TransformToVisual(UIElement) (継承元 UIElement)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) (継承元 UIElement)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (継承元 DependencyObject)
UpdateLayout() (継承元 UIElement)

イベント

名前 説明
AccessKeyDisplayDismissed (継承元 UIElement)
AccessKeyDisplayRequested (継承元 UIElement)
AccessKeyInvoked (継承元 UIElement)
ActualThemeChanged (継承元 FrameworkElement)
BringIntoViewRequested (継承元 UIElement)
CharacterReceived (継承元 UIElement)
ContextCanceled (継承元 UIElement)
ContextRequested (継承元 UIElement)
DataContextChanged (継承元 FrameworkElement)
DoubleTapped (継承元 UIElement)
DragEnter (継承元 UIElement)
DragLeave (継承元 UIElement)
DragOver (継承元 UIElement)
DragStarting (継承元 UIElement)
Drop (継承元 UIElement)
DropCompleted (継承元 UIElement)
EffectiveViewportChanged (継承元 FrameworkElement)
GettingFocus (継承元 UIElement)
GotFocus (継承元 UIElement)
Holding (継承元 UIElement)
HorizontalSnapPointsChanged
KeyDown (継承元 UIElement)
KeyUp (継承元 UIElement)
LayoutUpdated (継承元 FrameworkElement)
Loaded (継承元 FrameworkElement)
Loading (継承元 FrameworkElement)
LosingFocus (継承元 UIElement)
LostFocus (継承元 UIElement)
ManipulationCompleted (継承元 UIElement)
ManipulationDelta (継承元 UIElement)
ManipulationInertiaStarting (継承元 UIElement)
ManipulationStarted (継承元 UIElement)
ManipulationStarting (継承元 UIElement)
NoFocusCandidateFound (継承元 UIElement)
PointerCanceled (継承元 UIElement)
PointerCaptureLost (継承元 UIElement)
PointerEntered (継承元 UIElement)
PointerExited (継承元 UIElement)
PointerMoved (継承元 UIElement)
PointerPressed (継承元 UIElement)
PointerReleased (継承元 UIElement)
PointerWheelChanged (継承元 UIElement)
PreviewKeyDown (継承元 UIElement)
PreviewKeyUp (継承元 UIElement)
ProcessKeyboardAccelerators (継承元 UIElement)
RightTapped (継承元 UIElement)
SizeChanged (継承元 FrameworkElement)
Tapped (継承元 UIElement)
Unloaded (継承元 FrameworkElement)
VerticalSnapPointsChanged

適用対象