Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / LineJoinType Property


In This Topic
    LineJoinType Property
    In This Topic
    Gets or sets the type of the line join.
    Syntax
    'Declaration
     
    Public Property LineJoinType As PenLineJoin
    'Usage
     
    Dim instance As Axis
    Dim value As PenLineJoin
     
    instance.LineJoinType = value
     
    value = instance.LineJoinType
    public PenLineJoin LineJoinType {get; set;}

    Property Value

    The type of the line join.
    See Also