StackLayout Classe

Definição

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class StackLayout : VirtualizingLayout
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class StackLayout : VirtualizingLayout
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class StackLayout : VirtualizingLayout
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class StackLayout : VirtualizingLayout
Public Class StackLayout
Inherits VirtualizingLayout
Herança
Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Construtores

Nome Description
StackLayout()

Propriedades

Nome Description
Dispatcher (Herdado de DependencyObject)
DispatcherQueue (Herdado de DependencyObject)
IndexBasedLayoutOrientation (Herdado de Layout)
IsVirtualizationEnabled
IsVirtualizationEnabledProperty
Orientation
OrientationProperty
Spacing
SpacingProperty

Métodos

Nome Description
Arrange(LayoutContext, Size) (Herdado de Layout)
ArrangeOverride(VirtualizingLayoutContext, Size) (Herdado de VirtualizingLayout)
ClearValue(DependencyProperty) (Herdado de DependencyObject)
CreateDefaultItemTransitionProvider() (Herdado de Layout)
GetAnimationBaseValue(DependencyProperty) (Herdado de DependencyObject)
GetValue(DependencyProperty) (Herdado de DependencyObject)
InitializeForContext(LayoutContext) (Herdado de Layout)
InitializeForContextCore(VirtualizingLayoutContext) (Herdado de VirtualizingLayout)
InvalidateArrange() (Herdado de Layout)
InvalidateMeasure() (Herdado de Layout)
Measure(LayoutContext, Size) (Herdado de Layout)
MeasureOverride(VirtualizingLayoutContext, Size) (Herdado de VirtualizingLayout)
OnItemsChangedCore(VirtualizingLayoutContext, Object, NotifyCollectionChangedEventArgs) (Herdado de VirtualizingLayout)
ReadLocalValue(DependencyProperty) (Herdado de DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Herdado de DependencyObject)
SetIndexBasedLayoutOrientation(IndexBasedLayoutOrientation) (Herdado de Layout)
SetValue(DependencyProperty, Object) (Herdado de DependencyObject)
UninitializeForContext(LayoutContext) (Herdado de Layout)
UninitializeForContextCore(VirtualizingLayoutContext) (Herdado de VirtualizingLayout)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Herdado de DependencyObject)

Eventos

Nome Description
ArrangeInvalidated (Herdado de Layout)
MeasureInvalidated (Herdado de Layout)

Aplica-se a