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 edge

Declared In DTTextAttachment.h.

DTTextAttachmentVerticalAlignmentCenter
 Align with center

Declared In DTTextAttachment.h.

DTTextAttachmentVerticalAlignmentBottom
 Align with bottom edge

Declared In DTTextAttachment.h.

Declared In

DTTextAttachment.h