alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SnapToPoint

    Specifies how a segment should snap to nearby points during drag-and-drop operations.

    Inheritance
    System.Object
    SnapToPoint
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class SnapToPoint : Enum

    Fields

    Ceil

    Snaps up to the nearest whole number.

    Declaration
    public const SnapToPoint Ceil
    Field Value
    Type
    SnapToPoint

    Floor

    Snaps down to the nearest whole number.

    Declaration
    public const SnapToPoint Floor
    Field Value
    Type
    SnapToPoint

    None

    No snapping is applied.

    Declaration
    public const SnapToPoint None
    Field Value
    Type
    SnapToPoint

    Round

    Snaps to the nearest whole value by rounding.

    Declaration
    public const SnapToPoint Round
    Field Value
    Type
    SnapToPoint

    Extension Methods

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