SpreadsheetGear The Performance Spreadsheet Component Company 
ILineFormat Interface Members
See Also  Properties 
SpreadsheetGear.Shapes Namespace : ILineFormat Interface


The following tables list the members exposed by ILineFormat.

Public Properties

 NameDescription
 PropertyBackColor Gets an instance of IColorFormat which represents the background color.  
 PropertyForeColor Gets an instance of IColorFormat which represents the foreground color.  
 PropertyTransparency Gets or sets the level of transparency of this line as a value from 0.0 (opaque) to 1.0 (transparent).  
 PropertyTransparencyDefined Returns true if the Transparency property of all shapes represented by this ILineFormat is the same, otherwise false is returned.  
 PropertyVisible Gets or sets the property which specifies whether the represented object should have a line.  
 PropertyVisibleDefined Returns true if the Visible property of all shapes represented by this ILineFormat is the same, otherwise false is returned.  
 PropertyWeight Gets or sets the weight of the line in points.  
 PropertyWeightDefined Returns true if the Weight property of all shapes represented by this ILineFormat is the same, otherwise false is returned.  
Top

See Also