StackLayout Clase

Definición

/// [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
Herencia
Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Constructores

Nombre Description
StackLayout()

Propiedades

Nombre Description
Dispatcher (Heredado de DependencyObject)
DispatcherQueue (Heredado de DependencyObject)
IndexBasedLayoutOrientation (Heredado de Layout)
IsVirtualizationEnabled
IsVirtualizationEnabledProperty
Orientation
OrientationProperty
Spacing
SpacingProperty

Métodos

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

Eventos

Nombre Description
ArrangeInvalidated (Heredado de Layout)
MeasureInvalidated (Heredado de Layout)

Se aplica a