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)

2 つの DataGridLength 構造体を比較して、等しいかどうかを確認します。

Implicit(Double to DataGridLength)

DoubleDataGridLength クラスのインスタンスに変換します。

Inequality(DataGridLength, DataGridLength)

2 つの DataGridLength 構造体を比較し、それらの構造体が等しくないかどうかを判断します。

適用対象