C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / Line Class / ActualWidth Property

In This Topic
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
 
See Also