Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FrameStyle Class / LineColor Property

In This Topic
    LineColor Property
    In This Topic
    Gets or sets the color of the inner border line. The default is black.

    Ignored if the Pen property is set.

    Syntax
    'Declaration
     
    Public Property LineColor As System.Drawing.Color
    public System.Drawing.Color LineColor {get; set;}
    See Also