AnnotationPathPoint.Name Propriedade
Definição
Obtém o nome para o ponto de caminho de uma anotação.Gets the name for the path point of an annotation.
public:
property System::String ^ Name { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string Name { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string
Public ReadOnly Property Name As String
Valor da propriedade
Um string valor que representa o nome do ponto de caminho.A string value that represents the name of the path point.
- Atributos