Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ILineFormat Interface
Properties Methods

In This Topic
    ILineFormat Interface Members
    In This Topic

    The following tables list the members exposed by ILineFormat.

    Public Properties
     NameDescription
     Property Gets or sets the length of the arrowhead at the beginning of the specified line.  
     Property Gets or sets the style of the arrowhead at the beginning of the specified line.  
     Property Gets or sets the width of the arrowhead at the beginning of the specified line.  
     PropertyGets or sets the cap style for the end of the line. Can be one of the LineCapStyle constants.  
     PropertyReturns the IColorFormat object that represents the specified solid color.  
     PropertyGets or sets the dash style for the specified line. Can be one of the LineDashStyle constants.  
     Property Gets or sets the length of the arrowhead at the end of the specified line.  
     Property Gets or sets the style of the arrowhead at the end of the specified line.  
     Property Gets or sets the width of the arrowhead at the end of the specified line.  
     Property Gets or sets the angle of the gradient line for the specified line format.  
     Property Returns the gradient degree of the specified one-color shaded line as a floating-point value from 0.0 (dark) through 1.0 (light).  
     Property Returns the end point for the gradient line. This property is read-only.  
     Property Returns the gradient style for the specified line.  
     Property Returns the shade variant for the specified fill as an integer value from 1 through 4.  
     Property Gets or sets whether lines are drawn inside the specified shape's boundaries.  
     PropertyGets or sets the corners style of two intersecting lines. Can be one of the LineJoinStyle constants.  
     Property Gets the line pattern.  
     PropertyReturns the IColorFormat object that represents the specified color of patterns.  
     PropertyGets or sets the LineStyle object that represents the ILineFormat style.  
     Property Gets or sets the degree of transparency of the specified line as a value from 0.0 (opaque) through 1.0 (clear).  
     Property Returns the fill type of the line.  
     Property Gets or sets whether the object is visible.  
     Property Gets or sets the weight of the line.  
    Top
    Public Methods
     NameDescription
     Method Sets the specified line to a one-color gradient.  
     Method Sets the specified line to a pattern color.  
     Method Sets the specified line to a preset gradient.  
     Method Sets the specified line to a uniform color.  
     Method Sets the specified line to a two-color gradient.  
    Top
    See Also