Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Line Class / ActualWidth Property

In This Topic
    ActualWidth Property
    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