DataGridLength 구조체

정의

DataGrid 컨트롤 안에 있는 요소의 길이를 나타냅니다.

public value class DataGridLength : IEquatable<System::Windows::Controls::DataGridLength>
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.DataGridLengthConverter))]
public struct DataGridLength : IEquatable<System.Windows.Controls.DataGridLength>
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.DataGridLengthConverter))>]
type DataGridLength = struct
Public Structure DataGridLength
Implements IEquatable(Of DataGridLength)
상속
DataGridLength
특성
구현

생성자

DataGridLength(Double)

픽셀의 절대값을 사용하여 DataGridLength 클래스의 새 인스턴스를 초기화합니다

DataGridLength(Double, DataGridLengthUnitType)

지정한 값과 단위를 사용하여 DataGridLength 클래스의 새 인스턴스를 초기화합니다.

DataGridLength(Double, DataGridLengthUnitType, Double, Double)

지정한 값, 단위, 원하는 값 및 표시 값을 사용하여 DataGridLength 클래스의 새 인스턴스를 초기화합니다.

속성

Auto

표준 자동 크기 조정 모드를 나타내는 DataGridLength 구조체를 가져옵니다.

DesiredValue

요소에 필요한 계산된 픽셀 값을 가져옵니다.

DisplayValue

요소의 크기에 대해 할당된 픽셀 값을 가져옵니다.

IsAbsolute

이 인스턴스가 고정 픽셀 값을 기반으로 요소의 크기를 지정하는지 여부를 나타내는 값을 가져옵니다.

IsAuto

이 인스턴스가 셀 및 열 머리글의 내용을 기반으로 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다.

IsSizeToCells

이 인스턴스가 셀 내용을 기반으로 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다.

IsSizeToHeader

이 인스턴스가 머리글을 기반으로 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다.

IsStar

이 인스턴스가 사용 가능한 공간에 대한 가중치를 기반으로 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다.

SizeToCells

셀 기반 자동 크기 조정 모드를 나타내는 DataGridLength 구조체를 가져옵니다.

SizeToHeader

머리글 기반 자동 크기 조정 모드를 나타내는 DataGridLength 구조체를 가져옵니다.

UnitType

요소의 크기가 계산되는 방법을 결정하는 데 사용되는 형식을 가져옵니다.

Value

DataGridLength의 절대 값(픽셀 단위)을 가져옵니다.

메서드

Equals(DataGridLength)

지정한 DataGridLength가 현재 DataGridLength와 같은지 여부를 확인합니다.

Equals(Object)

지정된 개체가 현재 DataGridLength과 같은지 여부를 확인합니다.

GetHashCode()

DataGridLength의 해시 코드를 가져옵니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

연산자

Equality(DataGridLength, DataGridLength)

DataGridLength 구조체가 같은지 여부를 비교합니다.

Implicit(Double to DataGridLength)

DoubleDataGridLength 클래스의 인스턴스로 변환합니다.

Inequality(DataGridLength, DataGridLength)

DataGridLength 구조체가 동일하지 않은지 비교합니다.

적용 대상