menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerShapes - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerShapes

    Represents MarkerShape of MarkerPointer. You can customize the marker shapes of marker pointer for the linear gauge.

    Inheritance
    System.Object
    MarkerShapes
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public sealed class MarkerShapes : Enum

    Fields

    Circle

    Represents the circle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to circle.

    Declaration
    public const MarkerShapes Circle
    Field Value
    Type
    MarkerShapes

    Diamond

    Represents Diamond MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to diamond.

    Declaration
    public const MarkerShapes Diamond
    Field Value
    Type
    MarkerShapes

    Image

    Represents Image MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to image.

    Declaration
    public const MarkerShapes Image
    Field Value
    Type
    MarkerShapes

    InvertedTriangle

    Represents InvertedTriangle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to inverted triangle.

    Declaration
    public const MarkerShapes InvertedTriangle
    Field Value
    Type
    MarkerShapes

    Rectangle

    Represents Rectangle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to rectangle.

    Declaration
    public const MarkerShapes Rectangle
    Field Value
    Type
    MarkerShapes

    Triangle

    Represents Triangle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to triangle.

    Declaration
    public const MarkerShapes Triangle
    Field Value
    Type
    MarkerShapes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved