Class MsoLineFormat

MsoLineFormat class

Represents line and arrowhead formatting.

public class MsoLineFormat

Properties

NameDescription
BackColor { get; set; }Gets and sets the border line back color.
DashStyle { get; set; }Gets or sets the dash style for the specified line.
ForeColor { get; set; }Gets and sets the border line fore color.
IsVisible { get; set; }Indicates whether the object is visible.
Style { get; set; }Returns a Style object that represents the style of the specified range.
Transparency { get; set; }Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
Weight { get; set; }Returns or sets the weight of the line ,in units of pt.

See Also