ActualWidth Property (Line)
In This Topic
Gets the actual width of the line. Unlike the
Width property, this returns 0 if
Style is
DashStyle.None.
Syntax
'Declaration
Public ReadOnly Property ActualWidth As Double
public double ActualWidth {get;}
See Also