DataGridLength.Implicit(Double to DataGridLength) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a Double to an instance of the DataGridLength class.
public:
static operator System::Windows::Controls::DataGridLength(double value);
public static implicit operator System.Windows.Controls.DataGridLength (double value);
static member op_Implicit : double -> System.Windows.Controls.DataGridLength
Public Shared Widening Operator CType (value As Double) As DataGridLength
Parameters
- value
- Double
The absolute pixel value (96 pixels-per-inch) to initialize the length to.
Returns
An object that represents the specified length.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.