'Declaration
<System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("Gets or sets the the text fit mode of the annotation")> Public Property TextFitMode As TextFitMode
'Usage
Dim instance As NAnnotation Dim value As TextFitMode instance.TextFitMode = value value = instance.TextFitMode
[System.ComponentModel.Category("Text")] [System.ComponentModel.Description("Gets or sets the the text fit mode of the annotation")] public TextFitMode TextFitMode {get; set;}