MediaElement.NaturalVideoWidth 속성

정의

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

public:
 property int NaturalVideoWidth { int get(); };
int NaturalVideoWidth();
public int NaturalVideoWidth { get; }
var int32 = mediaElement.naturalVideoWidth;
Public ReadOnly Property NaturalVideoWidth As Integer

속성 값

Int32

int

미디어에 연결된 비디오의 너비입니다. 기본값은 0입니다.

적용 대상