DTTextAttachmentVerticalAlignment Constants Reference
| Declared in | DTTextAttachment.h |
DTTextAttachmentVerticalAlignment
Text Attachment vertical alignment
Definition
typedef NS_ENUM(NSUInteger, DTTextAttachmentVerticalAlignment ) {
DTTextAttachmentVerticalAlignmentBaseline = 0,
DTTextAttachmentVerticalAlignmentTop,
DTTextAttachmentVerticalAlignmentCenter,
DTTextAttachmentVerticalAlignmentBottom,
};
Constants
DTTextAttachmentVerticalAlignmentBaseline-
Baseline alignment (default)Declared In
DTTextAttachment.h. DTTextAttachmentVerticalAlignmentTop-
Align with top edgeDeclared In
DTTextAttachment.h. DTTextAttachmentVerticalAlignmentCenter-
Align with centerDeclared In
DTTextAttachment.h. DTTextAttachmentVerticalAlignmentBottom-
Align with bottom edgeDeclared In
DTTextAttachment.h.
Declared In
DTTextAttachment.h