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