Class SaveOptions.BorderPartStyle

SaveOptions.BorderPartStyle class

Represents information of one part of border(top, bottom, left side or right side)

public class BorderPartStyle

Constructors

NameDescription
BorderPartStyle()The default constructor.

Properties

NameDescription
WidthInPoints { get; set; }Represents border line’s width in points. Must be number greater then zero.

Fields

NameDescription
ColorRepresents border line’s line color
LineTypeRepresents border line’s type - f.e. Dashed or Solid

See Also