'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("Gets/sets the annotation text style")> Public Property TextStyle As NTextStyle
'Usage
Dim instance As NAnnotation Dim value As NTextStyle instance.TextStyle = value value = instance.TextStyle
[System.ComponentModel.Editor(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Text")] [System.ComponentModel.Description("Gets/sets the annotation text style")] public NTextStyle TextStyle {get; set;}