Method GetMeasuredLength
| Improve this Doc View SourceGetMeasuredLength(GridTrack)
Gets the measured length of layout grid track.
Declaration
public double? GetMeasuredLength(GridTrack gridTrack)
Parameters
Type | Name | Description |
---|---|---|
GridTrack | gridTrack | The layout grid track. |
Returns
Type | Description |
---|---|
System.Nullable<System.Double> | the measured length. |