FlexReport for .NET | ComponentOne
C1.WPF.Document 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 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