Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal text As String, _ ByVal defaultAnnotation As Annotation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Annotation( string text, Annotation defaultAnnotation ) |
Parameters
- text
- Annotation text.
- defaultAnnotation
- Annotation whose settings will be inherited.