AnnotationPathPoint.Y Property

Definition

Gets or sets the Y coordinate for the path point of an annotation.

public:
 property float Y { float get(); void set(float value); };
[System.ComponentModel.Browsable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public float Y { get; set; }
[<System.ComponentModel.Browsable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Y : single with get, set
Public Property Y As Single

Property Value

A float that represents the Y value.

Attributes

Applies to