menu

UWP

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

    Show / Hide Table of Contents

    Class VerticalLineAnnotation

    Inheritance
    System.Object
    Annotation
    SingleAnnotation
    ShapeAnnotation
    LineAnnotation
    StraightLineAnnotation
    VerticalLineAnnotation
    Implements
    ICloneable
    Inherited Members
    Annotation.AnnotationElement
    Annotation.CanUpdateRange(Object, Object)
    Annotation.Clone()
    Annotation.ContentTemplate
    Annotation.ContentTemplateProperty
    Annotation.CoordinateUnit
    Annotation.CoordinateUnitProperty
    Annotation.EnableClipping
    Annotation.EnableClippingProperty
    Annotation.EnableEditing
    Annotation.EnableEditingProperty
    Annotation.EnsurePoint(Point, Point)
    Annotation.FontFamily
    Annotation.FontFamilyProperty
    Annotation.FontSize
    Annotation.FontSizeProperty
    Annotation.FontStretch
    Annotation.FontStretchProperty
    Annotation.FontStyle
    Annotation.FontStyleProperty
    Annotation.FontWeight
    Annotation.FontWeightProperty
    Annotation.Foreground
    Annotation.ForegroundProperty
    Annotation.GetClippingValues(Double, ChartAxis)
    Annotation.GetElementPosition(FrameworkElement, Point)
    Annotation.GetElementPosition(Size, Point)
    Annotation.GetRenderedAnnotation()
    Annotation.GetRotatePoint(Double, FrameworkElement, Point)
    Annotation.IntersectsWith(Rect, Rect)
    Annotation.IsUiCleared
    Annotation.OnSelected(EventArgs)
    Annotation.OnUnSelected(EventArgs)
    Annotation.PointerMoved
    Annotation.PointerPressed
    Annotation.PointerReleased
    Annotation.RotatedTextRect
    Annotation.RotateElement(Double, FrameworkElement)
    Annotation.RotateElement(Double, FrameworkElement, Size)
    Annotation.SetData()
    Annotation.ShowToolTip
    Annotation.ShowToolTipProperty
    Annotation.Text
    Annotation.TextElement
    Annotation.TextElementCanvas
    Annotation.TextProperty
    Annotation.ToolTipContent
    Annotation.ToolTipContentProperty
    Annotation.ToolTipPlacement
    Annotation.ToolTipPlacementProperty
    Annotation.ToolTipShowDuration
    Annotation.ToolTipShowDurationProperty
    Annotation.ToolTipTemplate
    Annotation.ToolTipTemplateProperty
    Annotation.x1
    Annotation.X1
    Annotation.X1Property
    Annotation.XAxisName
    Annotation.XAxisNameProperty
    Annotation.y1
    Annotation.Y1
    Annotation.Y1Property
    Annotation.YAxisName
    Annotation.YAxisNameProperty
    LineAnnotation.arrowLine
    LineAnnotation.CloneAnnotation(Annotation)
    LineAnnotation.DrawLine(Point, Point, Shape)
    LineAnnotation.GetTextPosition(Size, Point, Size)
    LineAnnotation.GrabExtent
    LineAnnotation.GrabExtentProperty
    LineAnnotation.HorizontalChange
    LineAnnotation.LineCap
    LineAnnotation.LineCapProperty
    LineAnnotation.OnDragCompleted(Object, DragCompletedEventArgs)
    LineAnnotation.SetBindings()
    LineAnnotation.ShowLine
    LineAnnotation.ShowLineProperty
    LineAnnotation.VerticalChange
    ShapeAnnotation.CanDrag
    ShapeAnnotation.CanDragProperty
    ShapeAnnotation.CanResize
    ShapeAnnotation.CanResizeProperty
    ShapeAnnotation.DraggingMode
    ShapeAnnotation.DraggingModeProperty
    ShapeAnnotation.Fill
    ShapeAnnotation.FillProperty
    ShapeAnnotation.GetTextPosition(Size, Point)
    ShapeAnnotation.OnDragCompleted(AnnotationDragCompletedEventArgs)
    ShapeAnnotation.OnDragDelta(AnnotationDragDeltaEventArgs)
    ShapeAnnotation.OnDragStarted(EventArgs)
    ShapeAnnotation.Stroke
    ShapeAnnotation.StrokeDashArray
    ShapeAnnotation.StrokeDashArrayProperty
    ShapeAnnotation.StrokeDashCap
    ShapeAnnotation.StrokeDashCapProperty
    ShapeAnnotation.StrokeDashOffset
    ShapeAnnotation.StrokeDashOffsetProperty
    ShapeAnnotation.StrokeEndLineCap
    ShapeAnnotation.StrokeEndLineCapProperty
    ShapeAnnotation.StrokeLineJoin
    ShapeAnnotation.StrokeLineJoinProperty
    ShapeAnnotation.StrokeMiterLimit
    ShapeAnnotation.StrokeMiterLimitProperty
    ShapeAnnotation.StrokeProperty
    ShapeAnnotation.StrokeStartLineCap
    ShapeAnnotation.StrokeStartLineCapProperty
    ShapeAnnotation.StrokeThickness
    ShapeAnnotation.StrokeThicknessProperty
    ShapeAnnotation.x2
    ShapeAnnotation.X2
    ShapeAnnotation.X2Property
    ShapeAnnotation.y2
    ShapeAnnotation.Y2
    ShapeAnnotation.Y2Property
    StraightLineAnnotation.AxisLabelTemplate
    StraightLineAnnotation.AxisLabelTemplateProperty
    StraightLineAnnotation.DragCompleted
    StraightLineAnnotation.DragDelta
    StraightLineAnnotation.DragStarted
    StraightLineAnnotation.Selected
    StraightLineAnnotation.SetAxisMarkerValue(Object, Object, Object, Object, AxisMode)
    StraightLineAnnotation.ShowAxisLabel
    StraightLineAnnotation.ShowAxisLabelProperty
    StraightLineAnnotation.UnSelected
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class VerticalLineAnnotation : StraightLineAnnotation, ICloneable

    Constructors

    VerticalLineAnnotation()

    Declaration
    public VerticalLineAnnotation()

    Fields

    HorizontalTextAlignmentProperty

    The DependencyProperty for HorizontalTextAlignment property.

    Declaration
    public static readonly DependencyProperty HorizontalTextAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    VerticalTextAlignmentProperty

    The DependencyProperty for VerticalTextAlignment property.

    Declaration
    public static readonly DependencyProperty VerticalTextAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    HorizontalTextAlignment

    Gets or sets the horizontal text alignment.

    Declaration
    public HorizontalAlignment HorizontalTextAlignment { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.HorizontalAlignment

    The Windows.UI.Xaml.HorizontalAlignment value.

    VerticalTextAlignment

    Gets or sets the vertical text alignment.

    Declaration
    public VerticalAlignment VerticalTextAlignment { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.VerticalAlignment

    The Windows.UI.Xaml.VerticalAlignment value.

    Methods

    SetTextElementPosition(Point, Point, Size, Point, ContentControl)

    Declaration
    protected override void SetTextElementPosition(Point point, Point point2, Size desiredSize, Point positionedPoint, ContentControl TextElement)
    Parameters
    Type Name Description
    Windows.Foundation.Point point
    Windows.Foundation.Point point2
    Windows.Foundation.Size desiredSize
    Windows.Foundation.Point positionedPoint
    Windows.UI.Xaml.Controls.ContentControl TextElement
    Overrides
    LineAnnotation.SetTextElementPosition(Point, Point, Size, Point, ContentControl)

    UpdateAnnotation()

    Updates the annotation

    Declaration
    public override void UpdateAnnotation()
    Overrides
    LineAnnotation.UpdateAnnotation()

    Implements

    ICloneable

    Extension Methods

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