Annotation.AnnotationType Propriété

Définition

Obtient ou définit le nom du 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é

Type d'annotation.

Attributs

Remarques

Cette propriété permet d’obtenir le nom de chaque type d’annotation, par exemple Line, Rectangle, Ellipse, etc.

S’applique à