UIElement.BitmapEffect 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.
주의
BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.
이 요소의 렌더링된 콘텐츠에 직접 적용되는 비트맵 효과를 가져오거나 설정합니다. 이 속성은 종속성 속성입니다.
public:
property System::Windows::Media::Effects::BitmapEffect ^ BitmapEffect { System::Windows::Media::Effects::BitmapEffect ^ get(); void set(System::Windows::Media::Effects::BitmapEffect ^ value); };
[System.Obsolete("Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.")]
public System.Windows.Media.Effects.BitmapEffect BitmapEffect { get; set; }
[System.Obsolete("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")]
public System.Windows.Media.Effects.BitmapEffect BitmapEffect { get; set; }
[<System.Obsolete("Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.")>]
member this.BitmapEffect : System.Windows.Media.Effects.BitmapEffect with get, set
[<System.Obsolete("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")>]
member this.BitmapEffect : System.Windows.Media.Effects.BitmapEffect with get, set
Public Property BitmapEffect As BitmapEffect
속성 값
적용할 비트맵 효과입니다.
- 특성
설명
BitmapEffect 는 추상 형식이므로 XAML을 사용하려면 구현된 파생 클래스 BitmapEffect(예: OuterGlowBitmapEffect.)가 필요합니다. 구현된 파생 클래스 중 하나는 중첩된 태그 구문을 사용하여 둘 이상의 순차적으로 BitmapEffect지정할 수 있는 컬렉션 형식입니다.
형식 변환기를 지원하는 기존 파생 클래스 BitmapEffect 가 없으므로 이 속성에 사용하는 XAML 구문은 일반적으로 속성 요소 구문입니다.
종속성 속성 정보
| 항목 | 가치 |
|---|---|
| 식별자 필드 | BitmapEffectProperty |
메타데이터 속성이 다음으로 설정됩니다. true |
None |