ArrowAnnotation.AnnotationType Propriedade

Definição

Obtém o nome do tipo de anotação.Gets the name of the annotation type. Para uso interno, não deve ser usado.For internal use, should not be used.

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

Um string valor que representa o nome do tipo de anotação.A string value that represents the name of the annotation type.

Atributos

Comentários

Obtém o nome de cada tipo de anotação, como linha, retângulo, elipse e assim por diante.Gets the name of each annotation type such as Line, Rectangle, Ellipse, and so forth.

Essa propriedade é para uso interno e é ocultada em tempo de design e tempo de execução.This property is for internal use and is hidden at design time and run time.

Aplica-se a