MediaElement.NaturalVideoWidth 속성

정의

미디어에 연결된 비디오의 너비를 가져옵니다.

public:
 property int NaturalVideoWidth { int get(); };
public int NaturalVideoWidth { get; }
member this.NaturalVideoWidth : int
Public ReadOnly Property NaturalVideoWidth As Integer

속성 값

미디어에 연결된 비디오의 너비입니다.

설명

NaturalVideoWidth 이 될 때까지 정확 하지는 MediaOpened 이벤트가 발생 합니다.

적용 대상