DataGridLength Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy DataGridLength.
Przeciążenia
DataGridLength(Double) |
Inicjuje DataGridLength nowe wystąpienie klasy z wartością bezwzględną w pikselach. |
DataGridLength(Double, DataGridLengthUnitType) |
Inicjuje DataGridLength nowe wystąpienie klasy z określoną wartością i jednostką. |
DataGridLength(Double, DataGridLengthUnitType, Double, Double) |
Inicjuje DataGridLength nowe wystąpienie klasy z określoną wartością, jednostką, żądaną wartością i wartością wyświetlaną. |
DataGridLength(Double)
Inicjuje DataGridLength nowe wystąpienie klasy z wartością bezwzględną w pikselach.
public:
DataGridLength(double pixels);
public DataGridLength (double pixels);
new System.Windows.Controls.DataGridLength : double -> System.Windows.Controls.DataGridLength
Public Sub New (pixels As Double)
Parametry
- pixels
- Double
Wartość pikseli bezwzględnych (96 pikseli na cal) w celu zainicjowania długości.
Wyjątki
pixels
to NaN, NegativeInfinitylub PositiveInfinity.
Dotyczy
DataGridLength(Double, DataGridLengthUnitType)
Inicjuje DataGridLength nowe wystąpienie klasy z określoną wartością i jednostką.
public:
DataGridLength(double value, System::Windows::Controls::DataGridLengthUnitType type);
public DataGridLength (double value, System.Windows.Controls.DataGridLengthUnitType type);
new System.Windows.Controls.DataGridLength : double * System.Windows.Controls.DataGridLengthUnitType -> System.Windows.Controls.DataGridLength
Public Sub New (value As Double, type As DataGridLengthUnitType)
Parametry
- value
- Double
Żądany rozmiar elementu.
Typ używany do określania sposobu obliczania rozmiaru elementu.
Wyjątki
value
to NaN, NegativeInfinitylub PositiveInfinity.
-lub-
type
to nie Auto, , StarPixel, , SizeToCellslub SizeToHeader.
Dotyczy
DataGridLength(Double, DataGridLengthUnitType, Double, Double)
Inicjuje DataGridLength nowe wystąpienie klasy z określoną wartością, jednostką, żądaną wartością i wartością wyświetlaną.
public:
DataGridLength(double value, System::Windows::Controls::DataGridLengthUnitType type, double desiredValue, double displayValue);
public DataGridLength (double value, System.Windows.Controls.DataGridLengthUnitType type, double desiredValue, double displayValue);
new System.Windows.Controls.DataGridLength : double * System.Windows.Controls.DataGridLengthUnitType * double * double -> System.Windows.Controls.DataGridLength
Public Sub New (value As Double, type As DataGridLengthUnitType, desiredValue As Double, displayValue As Double)
Parametry
- value
- Double
Żądany rozmiar elementu.
Typ używany do określania sposobu obliczania rozmiaru elementu.
- desiredValue
- Double
Obliczony rozmiar wymagany dla elementu.
- displayValue
- Double
Przydzielony rozmiar elementu.
Wyjątki
value
to NaN, NegativeInfinitylub PositiveInfinity.
-lub-
type
to nie Auto, , StarPixel, , SizeToCellslub SizeToHeader.
-lub-
desiredValue
to NegativeInfinity lub PositiveInfinity.
-lub-
displayValue
to NegativeInfinity lub PositiveInfinity.