BitmapEffectCollection.Count 속성
정의
참고: 이 API는 이제 사용되지 않습니다.Note: This API is now obsolete. 사용되는 대체 항목은 Effect입니다.The non-obsolete alternative is Effect. BitmapEffectCollection에 포함된 효과 수를 가져옵니다.Gets the number of effects contained in the BitmapEffectCollection.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
속성 값
BitmapEffectCollection에 포함된 효과 수입니다.The number of effects contained in the BitmapEffectCollection.