Partage via


Annotation.AnnotationType Propriété

Définition

Obtient ou définit le nom de type d'une annotation.

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

Valeur de propriété

String

Nom de type d'une annotation.

Attributs

Remarques

Cette propriété est utilisée pour obtenir le nom de chaque type d’annotation, par exemple, ligne, Rectangle, ellipse, etc.

S’applique à