menu

Blazor

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

    Show / Hide Table of Contents

    Class SelectionPattern

    Specifies the highlighting or selecting patterns.

    Inheritance
    System.Object
    SelectionPattern
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SelectionPattern : Enum

    Fields

    Box

    Defines the box as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Box
    Field Value
    Type Description
    SelectionPattern

    Bubble

    Defines the bubble as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Bubble
    Field Value
    Type Description
    SelectionPattern

    Chessboard

    Defines the chessboard as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Chessboard
    Field Value
    Type Description
    SelectionPattern

    Circle

    Defines the circle as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Circle
    Field Value
    Type Description
    SelectionPattern

    Crosshatch

    Defines the crosshatch as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Crosshatch
    Field Value
    Type Description
    SelectionPattern

    DiagonalBackward

    Defines the diagonal backward as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern DiagonalBackward
    Field Value
    Type Description
    SelectionPattern

    DiagonalForward

    Defines the diagonal forward as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern DiagonalForward
    Field Value
    Type Description
    SelectionPattern

    Dots

    Defines the dots as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Dots
    Field Value
    Type Description
    SelectionPattern

    Grid

    Defines the grid as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Grid
    Field Value
    Type Description
    SelectionPattern

    HorizontalDash

    Defines the horizontal dash as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern HorizontalDash
    Field Value
    Type Description
    SelectionPattern

    HorizontalStripe

    Defines the horizontal stripe as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern HorizontalStripe
    Field Value
    Type Description
    SelectionPattern

    None

    Defines the none as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern None
    Field Value
    Type Description
    SelectionPattern

    Pacman

    Defines the pacman highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Pacman
    Field Value
    Type Description
    SelectionPattern

    Rectangle

    Defines the rectangle as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Rectangle
    Field Value
    Type Description
    SelectionPattern

    Star

    Defines the star as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Star
    Field Value
    Type Description
    SelectionPattern

    Tile

    Defines the tile as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Tile
    Field Value
    Type Description
    SelectionPattern

    Triangle

    Defines the triangle as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Triangle
    Field Value
    Type Description
    SelectionPattern

    Turquoise

    Defines the turquoise as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern Turquoise
    Field Value
    Type Description
    SelectionPattern

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    VerticalDash

    Defines the vertical dash as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern VerticalDash
    Field Value
    Type Description
    SelectionPattern

    VerticalStripe

    Defines the vertical stripe as highlighting or selecting pattern.

    Declaration
    public const SelectionPattern VerticalStripe
    Field Value
    Type Description
    SelectionPattern
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved