LineFormat

Shape.LineFormat property

Returns the LineFormat object that contains line formatting properties for a shape. Note: can return null for certain types of shapes which don’t have line properties. Read-only ILineFormat.

public virtual ILineFormat LineFormat { get; }

See Also