menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeShapeLineFormat - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeShapeLineFormat

    Represents the line and arrowhead formatting options of an object.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public interface IOfficeShapeLineFormat

    Properties

    BeginArrowheadLength

    Gets or sets the length of the arrowhead at the beginning of the line.

    Declaration
    OfficeShapeArrowheadLength BeginArrowheadLength { get; set; }
    Property Value
    Type Description
    OfficeShapeArrowheadLength

    The length of the beginning arrowhead.

    BeginArrowheadStyle

    Gets or sets the style of the arrowhead at the beginning of the line.

    Declaration
    OfficeShapeArrowheadStyle BeginArrowheadStyle { get; set; }
    Property Value
    Type Description
    OfficeShapeArrowheadStyle

    The beginning arrowhead style.

    BeginArrowheadWidth

    Gets or sets the width of the arrowhead at the beginning of the line.

    Declaration
    OfficeShapeArrowheadWidth BeginArrowheadWidth { get; set; }
    Property Value
    Type Description
    OfficeShapeArrowheadWidth

    The width of the beginning arrowhead.

    CapStyle

    Gets or sets the style of the line cap.

    Declaration
    OfficeShapeLineCapStyle CapStyle { get; set; }
    Property Value
    Type Description
    OfficeShapeLineCapStyle

    The line cap style.

    DashStyle

    Gets or sets the style of the line dash.

    Declaration
    OfficeShapeLineDashStyle DashStyle { get; set; }
    Property Value
    Type Description
    OfficeShapeLineDashStyle

    The line dash style.

    EndArrowheadLength

    Gets or sets the length of the arrowhead at the end of the line.

    Declaration
    OfficeShapeArrowheadLength EndArrowheadLength { get; set; }
    Property Value
    Type Description
    OfficeShapeArrowheadLength

    The length of the end arrowhead.

    EndArrowheadStyle

    Gets or sets the style of the arrowhead at the end of the line.

    Declaration
    OfficeShapeArrowheadStyle EndArrowheadStyle { get; set; }
    Property Value
    Type Description
    OfficeShapeArrowheadStyle

    The end arrowhead style.

    EndArrowheadWidth

    Gets or sets the width of the arrowhead at the end of the line.

    Declaration
    OfficeShapeArrowheadWidth EndArrowheadWidth { get; set; }
    Property Value
    Type Description
    OfficeShapeArrowheadWidth

    The width of the end arrowhead.

    Fill

    Gets an IOfficeShapeFill instance that represents fill formatting options. Read-only.

    Declaration
    IOfficeShapeFill Fill { get; }
    Property Value
    Type Description
    IOfficeShapeFill

    The fill options.

    LineJoinType

    Gets or sets the type of line join.

    Declaration
    OfficeShapeLineJoinType LineJoinType { get; set; }
    Property Value
    Type Description
    OfficeShapeLineJoinType

    The line join type.

    Style

    Gets or sets the style of the line.

    Declaration
    OfficeShapeLineStyle Style { get; set; }
    Property Value
    Type Description
    OfficeShapeLineStyle

    The line style.

    Weight

    Gets or sets the weight of the line, in points. Range is from 0 to 1584.

    Declaration
    double Weight { get; set; }
    Property Value
    Type Description
    System.Double

    The line weight.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved