UIElement3D.Visibility Proprietà
Definizione
Ottiene o imposta la visibilità dell'interfaccia utenteuser interface (UI) dell'elemento.Gets or sets the interfaccia utenteuser interface (UI) visibility of this element.
public:
property System::Windows::Visibility Visibility { System::Windows::Visibility get(); void set(System::Windows::Visibility value); };
[System.Windows.Localizability(System.Windows.LocalizationCategory.None, Readability=System.Windows.Readability.Unreadable)]
public System.Windows.Visibility Visibility { get; set; }
member this.Visibility : System.Windows.Visibility with get, set
Public Property Visibility As Visibility
Valore della proprietà
Valore dell'enumerazione.A value of the enumeration. Il valore predefinito è Visible.The default value is Visible.
- Attributi
Commenti
L'impostazione di questa proprietà influisca sul valore di IsVisible, che a sua volta può generare l'evento IsVisibleChanged.Setting this property affects the value of IsVisible, which in turn may raise the IsVisibleChanged event. Tuttavia, IsVisible dispone di altri fattori che lo influenzano, ad esempio le impostazioni di visibilità degli elementi padre che lo contengono.However, IsVisible has other factors that influence it, for instance the visibility settings of parents that contain it.
Gli elementi in cui Visibility non è Visible non fanno parte di eventi di input (o comandi) e non sono segnalati nell'hit testing.Elements where Visibility is not Visible do not participate in input events (or commands) and are not reported in hit testing.
Visibility è stato introdotto nella versione .NET Framework 3,5.Visibility is introduced in the .NET Framework version 3.5. Per altre informazioni, vedere Versioni e dipendenze.For more information, see Versions and Dependencies.
Informazioni proprietà di dipendenzaDependency Property Information
Campo identificatoreIdentifier field | VisibilityProperty |
Proprietà dei metadati impostate su true Metadata properties set to true |
nessunoNone |