Condividi tramite


TeachingTip.PreferredPlacement Proprietà

Definizione

Posizionamento preferito da usare per la descrizione informativa. Se non è disponibile spazio sufficiente per visualizzare il posizionamento preferito, verrà scelto automaticamente un nuovo posizionamento. Il posizionamento è relativo alla destinazione se Target è diverso da Null o alla finestra padre della descrizione informativa se Target è null.

public:
 property TeachingTipPlacementMode PreferredPlacement { TeachingTipPlacementMode get(); void set(TeachingTipPlacementMode value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")]
TeachingTipPlacementMode PreferredPlacement();

void PreferredPlacement(TeachingTipPlacementMode value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")]
TeachingTipPlacementMode PreferredPlacement();

void PreferredPlacement(TeachingTipPlacementMode value);
public TeachingTipPlacementMode PreferredPlacement { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")]
public TeachingTipPlacementMode PreferredPlacement { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TeachingTipPlacementMode::Auto")] set; }
var teachingTipPlacementMode = teachingTip.preferredPlacement;
teachingTip.preferredPlacement = teachingTipPlacementMode;
Public Property PreferredPlacement As TeachingTipPlacementMode

Valore della proprietà

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Commenti

Una descrizione informativa replica il comportamento di posizionamento FlyoutPlacementMode del controllo Flyout con la proprietà TeachingTipPlacementMode. La modalità di posizionamento predefinita prova a posizionare una descrizione informativa con destinazione al di sopra della destinazione stessa e una descrizione informativa senza destinazione al centro nella parte inferiore della radice XAML. Come con il controllo Flyout, se la modalità di posizionamento preferita non consente la visualizzazione della descrizione informativa, viene selezionata automaticamente un'altra modalità di posizionamento.

Se prevedi che la tua app verrà usata con l'input del controller di gioco, vedi le interazioni con game pad e controllo remoto. È consigliabile testare l'accessibilità del controller di gioco di ogni suggerimento didattico usando tutte le possibili configurazioni dell'interfaccia utente di un'app.

Si applica a