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


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

    Property Value

    The type of the line cap.
    See Also