UIElement.Effect Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
bit eşlem efektini uygulaması için UIElementalır veya ayarlar. Bu bir bağımlılık özelliğidir.
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
Özellik Değeri
Effect Bit eşlem efektini temsil eden bir.
Örnekler
Aşağıdaki XAML özelliğine özel ShaderEffect atama işlemini Effect gösterir.
<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>
Açıklamalar
bir bit Effect eşlem efekti uygulamak için UIElementözelliğini kullanın.
Bağımlılık Özelliği Bilgileri
| Tanımlayıcı alanı | EffectProperty |
Meta veri özellikleri olarak ayarlandı true |
Hiçbiri |