AnnotationPathPoint.X Propriedade
Definição
Obtém ou define a coordenada X para o ponto de caminho de uma anotação.Gets or sets the X coordinate for the path point of an annotation.
public:
property float X { float get(); void set(float value); };
[System.ComponentModel.Browsable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public float X { get; set; }
[<System.ComponentModel.Browsable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.X : single with get, set
Public Property X As Single
Valor da propriedade
Um float que representa o valor X.A float that represents the X value.
- Atributos