MobileControl.VisibleWeight 속성

정의

컨트롤의 대략적인 용량(문자 수)을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual property int VisibleWeight { int get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual int VisibleWeight { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.VisibleWeight : int
Public Overridable ReadOnly Property VisibleWeight As Integer

속성 값

컨트롤의 대략적인 용량(문자 수)입니다.

특성

설명

이 속성은 양식 페이지 매김에 사용됩니다. 값이-1 요소에 대해 기본 가중치를 사용 해야 함을 나타냅니다. 자세한 내용은 페이지 매김 지원을 참조하세요.

적용 대상

추가 정보