Compartir vía


AnnotationGroup.AnnotationType Propiedad

Definición

Obtiene el tipo de la anotación.

public:
 virtual property System::String ^ AnnotationType { System::String ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public override string AnnotationType { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.AnnotationType : string
Public Overrides ReadOnly Property AnnotationType As String

Valor de propiedad

String

Tipo de la anotación.

Atributos

Comentarios

Esta propiedad se usa para obtener el nombre de cada tipo de anotación, por ejemplo. Línea, Rectángulo, Elipse, etc.

Se aplica a