Gets the actual/calculated width of a grid unit. Currently just returns the "configured" Width property value.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double GetActualWidth()
Visual Basic
Public Function GetActualWidth As Double
JScript
public function GetActualWidth() : double

Return Value

The actual/calculated width of a grid unit.

Remarks

This method exists to conceptually complement GetActualHeight()()()() and is reserved for future use.

See Also