menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineJoinType - API Reference

    Show / Hide Table of Contents

    Class LineJoinType

    Specifies the type of join where two lines connects.

    Inheritance
    System.Object
    LineJoinType
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Portable.dll
    Syntax
    public sealed class LineJoinType : Enum

    Fields

    Bevel

    Specifies the LineJoinType is bevel.

    Declaration
    public const LineJoinType Bevel
    Field Value
    Type Description
    LineJoinType

    Miter

    Specifies the LineJoinType is miter.

    Declaration
    public const LineJoinType Miter
    Field Value
    Type Description
    LineJoinType

    None

    Specifies the LineJoinType is none.

    Declaration
    public const LineJoinType None
    Field Value
    Type Description
    LineJoinType

    Round

    Specifies the LineJoinType is round.

    Declaration
    public const LineJoinType Round
    Field Value
    Type Description
    LineJoinType

    value__

    Declaration
    public sbyte value__
    Field Value
    Type Description
    System.SByte
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved