MediaElement.NaturalVideoHeight 속성

정의

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

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

속성 값

Int32

int

미디어와 연결된 비디오의 높이(픽셀)입니다. 오디오 파일은 0을 반환합니다. 기본값은 0입니다.

적용 대상