Inherits from GSElement : GSShape : NSObject
Declared in GSAnnotation.h

Overview

The annotaion object

Properties

angle

The angle of the element.

@property (nonatomic, assign) CGFloat angle

Discussion

Only available for GSAnnotationTypeArrow

text

The Text.

@property (nonatomic, strong) NSString *text

Discussion

Only available if type is GSAnnotationTypeText

type

The type of the annotaion

@property (nonatomic, assign) GSAnnotationType type