Inherits from GSElement : NSObject

Overview

The annotaion object

Tasks

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