NGridSelectionStyle Class Reference
Inherits from | NSObject |
---|---|
Declared in | NGridSelectionStyle.h |
accessibilityAreaLabel
A string that succinctly identifies the selection area.
@property (retain) NSString *accessibilityAreaLabel
Declared In
NGridSelectionStyle.h
accessibilityDragPointLabel
A string that succinctly identifies the selection area drag point.
@property (retain) NSString *accessibilityDragPointLabel
Declared In
NGridSelectionStyle.h
borderWidth
Width of the selection area border.
@property (assign) CGFloat borderWidth
Declared In
NGridSelectionStyle.h
borderColor
Color of the selection area border.
@property (retain) UIColor *borderColor
Declared In
NGridSelectionStyle.h
backgroundColor
Background color of the selection area.
@property (retain) UIColor *backgroundColor
Declared In
NGridSelectionStyle.h
balloonImage
Image of the selection area balloon.
@property (retain) UIImage *balloonImage
Declared In
NGridSelectionStyle.h