menu

UWP

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

    Show / Hide Table of Contents

    Interface IShapeLineFormat

    Represents the line formatting properties.

    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.UWP.dll
    Syntax
    public interface IShapeLineFormat

    Properties

    BackColor

    Gets or sets the back color of the line.

    Declaration
    Color BackColor { get; set; }
    Property Value
    Type
    Color

    BackColorIndex

    Gets or sets the back color index of the line.

    Declaration
    OfficeKnownColors BackColorIndex { get; set; }
    Property Value
    Type
    OfficeKnownColors

    BeginArrowheadLength

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

    Declaration
    OfficeShapeArrowLength BeginArrowheadLength { get; set; }
    Property Value
    Type
    OfficeShapeArrowLength

    BeginArrowHeadStyle

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

    Declaration
    OfficeShapeArrowStyle BeginArrowHeadStyle { get; set; }
    Property Value
    Type
    OfficeShapeArrowStyle

    BeginArrowheadWidth

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

    Declaration
    OfficeShapeArrowWidth BeginArrowheadWidth { get; set; }
    Property Value
    Type
    OfficeShapeArrowWidth

    DashStyle

    Gets or sets the line dash style.

    Declaration
    OfficeShapeDashLineStyle DashStyle { get; set; }
    Property Value
    Type
    OfficeShapeDashLineStyle

    EndArrowheadLength

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

    Declaration
    OfficeShapeArrowLength EndArrowheadLength { get; set; }
    Property Value
    Type
    OfficeShapeArrowLength

    EndArrowHeadStyle

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

    Declaration
    OfficeShapeArrowStyle EndArrowHeadStyle { get; set; }
    Property Value
    Type
    OfficeShapeArrowStyle

    EndArrowheadWidth

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

    Declaration
    OfficeShapeArrowWidth EndArrowheadWidth { get; set; }
    Property Value
    Type
    OfficeShapeArrowWidth

    ForeColor

    Gets or sets the fore color of the line.

    Declaration
    Color ForeColor { get; set; }
    Property Value
    Type
    Color

    ForeColorIndex

    Gets or sets the fore color index of the line.

    Declaration
    OfficeKnownColors ForeColorIndex { get; set; }
    Property Value
    Type
    OfficeKnownColors

    HasPattern

    Gets or sets a boolean value indicates whether the line has pattern or not.

    Declaration
    bool HasPattern { get; set; }
    Property Value
    Type
    System.Boolean

    Pattern

    Gets or set the line gradient pattern.

    Declaration
    OfficeGradientPattern Pattern { get; set; }
    Property Value
    Type
    OfficeGradientPattern

    Style

    Gets or sets the line style.

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

    Transparency

    Gets or sets the line transparency.

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

    Visible

    Gets or sets a boolean value indicates whether to visible the line or not.

    Declaration
    bool Visible { get; set; }
    Property Value
    Type
    System.Boolean

    Weight

    Gets or sets the line weight.

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

    Extension Methods

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