1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Contents
  6. /
  7. OfficeLineFormat

OfficeLineFormat

OfficeLineFormat class

Represents a shape line format.

public sealed class OfficeLineFormat

Constructors

Name Description
OfficeLineFormat() Initializes a new instance of the OfficeLineFormat class.

Properties

Name Description
Color { get; set; } Gets or sets the color of the line.
DashStyle { get; set; } Gets or sets the dot and dash pattern for a line.
Enabled { get; set; } Gets or sets a value indicating whether a shape will be stroked.
LineStyle { get; set; } Gets or sets the line style.
Opacity { get; set; } Gets or sets the line opacity.
Weight { get; set; } Gets or sets the brush thickness that strokes the path of a shape.

See Also