UIElement.Effect Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'effetto bitmap da applicare all'oggetto UIElement. Si tratta di una proprietà di dipendenza.
public:
property System::Windows::Media::Effects::Effect ^ Effect { System::Windows::Media::Effects::Effect ^ get(); void set(System::Windows::Media::Effects::Effect ^ value); };
public System.Windows.Media.Effects.Effect Effect { get; set; }
member this.Effect : System.Windows.Media.Effects.Effect with get, set
Public Property Effect As Effect
Valore della proprietà
Oggetto Effect che rappresenta l'effetto bitmap.
Esempio
Il codice XAML seguente illustra come assegnare una proprietà personalizzata ShaderEffect alla Effect proprietà.
<Window x:Class="ShaderEffectDemo.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ShaderEffectDemo"
Title="Window1" Height="300" Width="300">
<Window.Resources>
<local:ThresholdEffect x:Key="thresholdEffect" Threshold="0.25" BlankColor="Orange" />
</Window.Resources>
<Grid Effect="{StaticResource thresholdEffect}">
</Grid>
</Window>
Commenti
Utilizzare la Effect proprietà per applicare un effetto bitmap a un UIElementoggetto .
Informazioni proprietà di dipendenza
Campo Identificatore | EffectProperty |
Proprietà dei metadati impostate su true |
Nessuno |