RowDefinition.Height 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
RowDefinition 요소의 계산된 높이를 가져오거나 RowDefinition에서 정의된 행의 GridLength 값을 설정합니다.
public:
property System::Windows::GridLength Height { System::Windows::GridLength get(); void set(System::Windows::GridLength value); };
public System.Windows.GridLength Height { get; set; }
member this.Height : System.Windows.GridLength with get, set
Public Property Height As GridLength
속성 값
행의 높이를 나타내는 GridLength입니다. 기본값은 1.0입니다.
설명
기본 GridUnitType은 Star입니다.
동일한 코드 예제에서 이러한 값을 사용하는 경우 값이 MinHeight 값보다 MaxHeight 우선합니다. 이 값은 값보다 Height 우선합니다.
행 또는 열을 ActualWidth 추가하거나 제거하면 호출될 때까지 Measure 모든 ColumnDefinition 요소와 ActualHeight 모든 RowDefinition 요소의 요소가 0이 됩니다.
종속성 속성 정보
식별자 필드 | HeightProperty |
메타 데이터 속성 설정 true |
없음 |