RefreshVisualizer Classe

Definizione

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=6)]
/// [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 RefreshVisualizer : Control
/// [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 RefreshVisualizer : Control
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=6)]
[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 RefreshVisualizer : Control
[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 RefreshVisualizer : Control
Public Class RefreshVisualizer
Inherits Control
Ereditarietà
Object IInspectable DependencyObject UIElement FrameworkElement Control RefreshVisualizer
Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Commenti

Stile e modello di controllo

È possibile modificare lo stile predefinito e controlTemplate per assegnare al controllo un aspetto univoco. Per informazioni sulla modifica dello stile e del modello di un controllo, vedi Stili XAML. Lo stile predefinito, il modello e le risorse che definiscono l'aspetto del controllo vengono inclusi nel generic.xaml file. Ai fini della progettazione, generic.xaml viene installato con il pacchetto NuGet SDK per app di Windows. Per impostazione predefinita, il percorso è \Users\<username>\.nuget\packages\microsoft.windowsappsdk\<version>\lib\uap10.0\Microsoft.UI\Themes\generic.xaml. Gli stili e le risorse di versioni diverse dell'SDK potrebbero avere valori diversi.

XAML include anche risorse che è possibile usare per modificare i colori di un controllo in stati di visualizzazione diversi senza modificare il modello di controllo. La modifica di queste risorse è preferibile per impostare proprietà come Background e Foreground. Per altre info, vedi la sezione Stili leggeri dell'articolo Stili XAML .

Costruttori

Nome Descrizione
RefreshVisualizer()

Proprietà

Nome Descrizione
AccessKey (Ereditato da UIElement)
AccessKeyScopeOwner (Ereditato da UIElement)
ActualHeight (Ereditato da FrameworkElement)
ActualOffset (Ereditato da UIElement)
ActualSize (Ereditato da UIElement)
ActualTheme (Ereditato da FrameworkElement)
ActualWidth (Ereditato da FrameworkElement)
AllowDrop (Ereditato da UIElement)
AllowFocusOnInteraction (Ereditato da FrameworkElement)
AllowFocusWhenDisabled (Ereditato da FrameworkElement)
Background (Ereditato da Control)
BackgroundSizing (Ereditato da Control)
BaseUri (Ereditato da FrameworkElement)
BorderBrush (Ereditato da Control)
BorderThickness (Ereditato da Control)
CacheMode (Ereditato da UIElement)
CanBeScrollAnchor (Ereditato da UIElement)
CanDrag (Ereditato da UIElement)
CenterPoint (Ereditato da UIElement)
CharacterSpacing (Ereditato da Control)
Clip (Ereditato da UIElement)
CompositeMode (Ereditato da UIElement)
Content
ContentProperty
ContextFlyout (Ereditato da UIElement)
CornerRadius (Ereditato da Control)
DataContext (Ereditato da FrameworkElement)
DefaultStyleKey (Ereditato da Control)
DefaultStyleResourceUri (Ereditato da Control)
DesiredSize (Ereditato da UIElement)
Dispatcher (Ereditato da DependencyObject)
DispatcherQueue (Ereditato da DependencyObject)
ElementSoundMode (Ereditato da Control)
ExitDisplayModeOnAccessKeyInvoked (Ereditato da UIElement)
FlowDirection (Ereditato da FrameworkElement)
FocusState (Ereditato da UIElement)
FocusVisualMargin (Ereditato da FrameworkElement)
FocusVisualPrimaryBrush (Ereditato da FrameworkElement)
FocusVisualPrimaryThickness (Ereditato da FrameworkElement)
FocusVisualSecondaryBrush (Ereditato da FrameworkElement)
FocusVisualSecondaryThickness (Ereditato da FrameworkElement)
FontFamily (Ereditato da Control)
FontSize (Ereditato da Control)
FontStretch (Ereditato da Control)
FontStyle (Ereditato da Control)
FontWeight (Ereditato da Control)
Foreground (Ereditato da Control)
Height (Ereditato da FrameworkElement)
HighContrastAdjustment (Ereditato da UIElement)
HorizontalAlignment (Ereditato da FrameworkElement)
HorizontalContentAlignment (Ereditato da Control)
InfoProviderProperty
IsAccessKeyScope (Ereditato da UIElement)
IsDoubleTapEnabled (Ereditato da UIElement)
IsEnabled (Ereditato da Control)
IsFocusEngaged (Ereditato da Control)
IsFocusEngagementEnabled (Ereditato da Control)
IsHitTestVisible (Ereditato da UIElement)
IsHoldingEnabled (Ereditato da UIElement)
IsLoaded (Ereditato da FrameworkElement)
IsRightTapEnabled (Ereditato da UIElement)
IsTabStop (Ereditato da UIElement)
IsTapEnabled (Ereditato da UIElement)
IsTextScaleFactorEnabled (Ereditato da Control)
KeyboardAcceleratorPlacementMode (Ereditato da UIElement)
KeyboardAcceleratorPlacementTarget (Ereditato da UIElement)
KeyboardAccelerators (Ereditato da UIElement)
KeyTipHorizontalOffset (Ereditato da UIElement)
KeyTipPlacementMode (Ereditato da UIElement)
KeyTipTarget (Ereditato da UIElement)
KeyTipVerticalOffset (Ereditato da UIElement)
Language (Ereditato da FrameworkElement)
Lights (Ereditato da UIElement)
ManipulationMode (Ereditato da UIElement)
Margin (Ereditato da FrameworkElement)
MaxHeight (Ereditato da FrameworkElement)
MaxWidth (Ereditato da FrameworkElement)
MinHeight (Ereditato da FrameworkElement)
MinWidth (Ereditato da FrameworkElement)
Name (Ereditato da FrameworkElement)
Opacity (Ereditato da UIElement)
OpacityTransition (Ereditato da UIElement)
Orientation
OrientationProperty
Padding (Ereditato da Control)
Parent (Ereditato da FrameworkElement)
PointerCaptures (Ereditato da UIElement)
Projection (Ereditato da UIElement)
ProtectedCursor (Ereditato da UIElement)
RasterizationScale (Ereditato da UIElement)
RenderSize (Ereditato da UIElement)
RenderTransform (Ereditato da UIElement)
RenderTransformOrigin (Ereditato da UIElement)
RequestedTheme (Ereditato da FrameworkElement)
RequiresPointer (Ereditato da Control)
Resources (Ereditato da FrameworkElement)
Rotation (Ereditato da UIElement)
RotationAxis (Ereditato da UIElement)
RotationTransition (Ereditato da UIElement)
Scale (Ereditato da UIElement)
ScaleTransition (Ereditato da UIElement)
Shadow (Ereditato da UIElement)
State
StateProperty
Style (Ereditato da FrameworkElement)
TabFocusNavigation (Ereditato da UIElement)
TabIndex (Ereditato da UIElement)
TabNavigation (Ereditato da Control)
Tag (Ereditato da FrameworkElement)
Template (Ereditato da Control)
Transform3D (Ereditato da UIElement)
TransformMatrix (Ereditato da UIElement)
Transitions (Ereditato da UIElement)
Translation (Ereditato da UIElement)
TranslationTransition (Ereditato da UIElement)
Triggers (Ereditato da FrameworkElement)
UseLayoutRounding (Ereditato da UIElement)
UseSystemFocusVisuals (Ereditato da UIElement)
VerticalAlignment (Ereditato da FrameworkElement)
VerticalContentAlignment (Ereditato da Control)
Visibility (Ereditato da UIElement)
Width (Ereditato da FrameworkElement)
XamlRoot (Ereditato da UIElement)
XYFocusDown (Ereditato da UIElement)
XYFocusDownNavigationStrategy (Ereditato da UIElement)
XYFocusKeyboardNavigation (Ereditato da UIElement)
XYFocusLeft (Ereditato da UIElement)
XYFocusLeftNavigationStrategy (Ereditato da UIElement)
XYFocusRight (Ereditato da UIElement)
XYFocusRightNavigationStrategy (Ereditato da UIElement)
XYFocusUp (Ereditato da UIElement)
XYFocusUpNavigationStrategy (Ereditato da UIElement)

Metodi

Nome Descrizione
AddHandler(RoutedEvent, Object, Boolean) (Ereditato da UIElement)
ApplyTemplate() (Ereditato da Control)
Arrange(Rect) (Ereditato da UIElement)
ArrangeOverride(Size) (Ereditato da FrameworkElement)
CancelDirectManipulations() (Ereditato da UIElement)
CapturePointer(Pointer) (Ereditato da UIElement)
ClearValue(DependencyProperty) (Ereditato da DependencyObject)
FindName(String) (Ereditato da FrameworkElement)
FindSubElementsForTouchTargeting(Point, Rect) (Ereditato da UIElement)
Focus(FocusState) (Ereditato da UIElement)
GetAnimationBaseValue(DependencyProperty) (Ereditato da DependencyObject)
GetBindingExpression(DependencyProperty) (Ereditato da FrameworkElement)
GetChildrenInTabFocusOrder() (Ereditato da UIElement)
GetTemplateChild(String) (Ereditato da Control)
GetValue(DependencyProperty) (Ereditato da DependencyObject)
GetVisualInternal() (Ereditato da UIElement)
GoToElementStateCore(String, Boolean) (Ereditato da FrameworkElement)
InvalidateArrange() (Ereditato da UIElement)
InvalidateMeasure() (Ereditato da UIElement)
InvalidateViewport() (Ereditato da FrameworkElement)
Measure(Size) (Ereditato da UIElement)
MeasureOverride(Size) (Ereditato da FrameworkElement)
OnApplyTemplate() (Ereditato da FrameworkElement)
OnBringIntoViewRequested(BringIntoViewRequestedEventArgs) (Ereditato da UIElement)
OnCharacterReceived(CharacterReceivedRoutedEventArgs) (Ereditato da Control)
OnCreateAutomationPeer() (Ereditato da UIElement)
OnDisconnectVisualChildren() (Ereditato da UIElement)
OnDoubleTapped(DoubleTappedRoutedEventArgs) (Ereditato da Control)
OnDragEnter(DragEventArgs) (Ereditato da Control)
OnDragLeave(DragEventArgs) (Ereditato da Control)
OnDragOver(DragEventArgs) (Ereditato da Control)
OnDrop(DragEventArgs) (Ereditato da Control)
OnGotFocus(RoutedEventArgs) (Ereditato da Control)
OnHolding(HoldingRoutedEventArgs) (Ereditato da Control)
OnKeyboardAcceleratorInvoked(KeyboardAcceleratorInvokedEventArgs) (Ereditato da UIElement)
OnKeyDown(KeyRoutedEventArgs) (Ereditato da Control)
OnKeyUp(KeyRoutedEventArgs) (Ereditato da Control)
OnLostFocus(RoutedEventArgs) (Ereditato da Control)
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs) (Ereditato da Control)
OnManipulationDelta(ManipulationDeltaRoutedEventArgs) (Ereditato da Control)
OnManipulationInertiaStarting(ManipulationInertiaStartingRoutedEventArgs) (Ereditato da Control)
OnManipulationStarted(ManipulationStartedRoutedEventArgs) (Ereditato da Control)
OnManipulationStarting(ManipulationStartingRoutedEventArgs) (Ereditato da Control)
OnPointerCanceled(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerCaptureLost(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerEntered(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerExited(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerMoved(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerPressed(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerReleased(PointerRoutedEventArgs) (Ereditato da Control)
OnPointerWheelChanged(PointerRoutedEventArgs) (Ereditato da Control)
OnPreviewKeyDown(KeyRoutedEventArgs) (Ereditato da Control)
OnPreviewKeyUp(KeyRoutedEventArgs) (Ereditato da Control)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) (Ereditato da UIElement)
OnRightTapped(RightTappedRoutedEventArgs) (Ereditato da Control)
OnTapped(TappedRoutedEventArgs) (Ereditato da Control)
PopulatePropertyInfo(String, AnimationPropertyInfo) (Ereditato da UIElement)
PopulatePropertyInfoOverride(String, AnimationPropertyInfo) (Ereditato da UIElement)
ReadLocalValue(DependencyProperty) (Ereditato da DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Ereditato da DependencyObject)
ReleasePointerCapture(Pointer) (Ereditato da UIElement)
ReleasePointerCaptures() (Ereditato da UIElement)
RemoveFocusEngagement() (Ereditato da Control)
RemoveHandler(RoutedEvent, Object) (Ereditato da UIElement)
RequestRefresh()
SetBinding(DependencyProperty, BindingBase) (Ereditato da FrameworkElement)
SetValue(DependencyProperty, Object) (Ereditato da DependencyObject)
StartAnimation(ICompositionAnimationBase) (Ereditato da UIElement)
StartBringIntoView() (Ereditato da UIElement)
StartBringIntoView(BringIntoViewOptions) (Ereditato da UIElement)
StartDragAsync(ExpPointerPoint) (Ereditato da UIElement)
StartDragAsync(PointerPoint) (Ereditato da UIElement)
StopAnimation(ICompositionAnimationBase) (Ereditato da UIElement)
TransformToVisual(UIElement) (Ereditato da UIElement)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) (Ereditato da UIElement)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Ereditato da DependencyObject)
UpdateLayout() (Ereditato da UIElement)

Eventi

Nome Descrizione
AccessKeyDisplayDismissed (Ereditato da UIElement)
AccessKeyDisplayRequested (Ereditato da UIElement)
AccessKeyInvoked (Ereditato da UIElement)
ActualThemeChanged (Ereditato da FrameworkElement)
BringIntoViewRequested (Ereditato da UIElement)
CharacterReceived (Ereditato da UIElement)
ContextCanceled (Ereditato da UIElement)
ContextRequested (Ereditato da UIElement)
DataContextChanged (Ereditato da FrameworkElement)
DoubleTapped (Ereditato da UIElement)
DragEnter (Ereditato da UIElement)
DragLeave (Ereditato da UIElement)
DragOver (Ereditato da UIElement)
DragStarting (Ereditato da UIElement)
Drop (Ereditato da UIElement)
DropCompleted (Ereditato da UIElement)
EffectiveViewportChanged (Ereditato da FrameworkElement)
FocusDisengaged (Ereditato da Control)
FocusEngaged (Ereditato da Control)
GettingFocus (Ereditato da UIElement)
GotFocus (Ereditato da UIElement)
Holding (Ereditato da UIElement)
IsEnabledChanged (Ereditato da Control)
KeyDown (Ereditato da UIElement)
KeyUp (Ereditato da UIElement)
LayoutUpdated (Ereditato da FrameworkElement)
Loaded (Ereditato da FrameworkElement)
Loading (Ereditato da FrameworkElement)
LosingFocus (Ereditato da UIElement)
LostFocus (Ereditato da UIElement)
ManipulationCompleted (Ereditato da UIElement)
ManipulationDelta (Ereditato da UIElement)
ManipulationInertiaStarting (Ereditato da UIElement)
ManipulationStarted (Ereditato da UIElement)
ManipulationStarting (Ereditato da UIElement)
NoFocusCandidateFound (Ereditato da UIElement)
PointerCanceled (Ereditato da UIElement)
PointerCaptureLost (Ereditato da UIElement)
PointerEntered (Ereditato da UIElement)
PointerExited (Ereditato da UIElement)
PointerMoved (Ereditato da UIElement)
PointerPressed (Ereditato da UIElement)
PointerReleased (Ereditato da UIElement)
PointerWheelChanged (Ereditato da UIElement)
PreviewKeyDown (Ereditato da UIElement)
PreviewKeyUp (Ereditato da UIElement)
ProcessKeyboardAccelerators (Ereditato da UIElement)
RefreshRequested
RefreshStateChanged
RightTapped (Ereditato da UIElement)
SizeChanged (Ereditato da FrameworkElement)
Tapped (Ereditato da UIElement)
Unloaded (Ereditato da FrameworkElement)

Si applica a