Share via


GridLength.Value Property

Definition

Gets the numeric value of the GridLength. Represents an absolute size or weight; ignored for Auto.

public:
 property double Value { double get(); };
public double Value { get; }
member this.Value : double
Public ReadOnly Property Value As Double

Property Value

The value in GridUnitType of the GridLength.

Applies to