ImageAnnotation.AnnotationType Propriedade

Definição

Obtém o nome do tipo de anotação.Gets the annotation type name.

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 da propriedade

String

O tipo de anotação.The annotation type.

Atributos

Comentários

Essa propriedade abstrata é usada para obter o nome de cada tipo de anotação, como LineAnnotation ,, RectangleAnnotation EllipseAnnotation e assim por diante.This abstract property is used to get the name of each annotation type such as LineAnnotation, RectangleAnnotation, EllipseAnnotation, and so forth.

Essa propriedade é para uso interno.This property is for internal use.

Aplica-se a