Class MsoLineFormatHelper

Class MsoLineFormatHelper

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents line and arrowhead formatting.

public class MsoLineFormatHelper

Inheritance

objectMsoLineFormatHelper

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

BackColor

Gets and sets the border line back color.

public Color BackColor { get; set; }

Property Value

Color

DashStyle

Gets or sets the dash style for the specified line.

public MsoLineDashStyle DashStyle { get; set; }

Property Value

MsoLineDashStyle

ForeColor

Gets and sets the border line fore color.

public Color ForeColor { get; set; }

Property Value

Color

IsVisible

Indicates whether the object is visible.

public bool IsVisible { get; set; }

Property Value

bool

Style

Returns a Style object that represents the style of the specified range.

public MsoLineStyle Style { get; set; }

Property Value

MsoLineStyle

Transparency

Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).

public double Transparency { get; set; }

Property Value

double

Weight

Returns or sets the weight of the line ,in units of pt.

public double Weight { get; set; }

Property Value

double